You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CartoAssets/package.json

53 lines
1.2 KiB

9 years ago
{
"name": "cartoassets",
"description": "Share frontend assets between different CartoDB repositories",
9 years ago
"version": "0.1.10",
9 years ago
"homepage": "https://github.com/cartodb/CartoAssets",
"author": {
"name": "xavijam",
"email": "xavijam@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/cartodb/CartoAssets.git"
},
"bugs": {
"url": "https://github.com/cartodb/CartoAssets/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cartodb/CartoAssets/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"jquery": "~2.2.0",
"highlight.js": "~9.1.0",
"markdown-styleguide-generator": "~2.0.4",
"grunt-sass": "1.1.0",
"grunt-contrib-clean": "0.7.0",
9 years ago
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-connect": "0.11.2",
9 years ago
"grunt-contrib-watch": "0.6.1",
"grunt-shell": "1.1.2",
"load-grunt-tasks": "*"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"library",
"CartoDB",
"share",
"assets",
"styleguide",
"shared components",
"editor",
"deep-insights"
9 years ago
]
}