2016-01-14 19:14:43 +08:00
|
|
|
{
|
|
|
|
"name": "cartoassets",
|
|
|
|
"description": "Share frontend assets between different CartoDB repositories",
|
2016-01-15 01:44:56 +08:00
|
|
|
"version": "0.1.9",
|
2016-01-14 19:14:43 +08:00
|
|
|
"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",
|
2016-01-14 19:50:33 +08:00
|
|
|
"grunt-contrib-clean": "0.7.0",
|
2016-01-14 19:14:43 +08:00
|
|
|
"grunt-contrib-concat": "0.5.1",
|
|
|
|
"grunt-contrib-cssmin": "0.14.0",
|
2016-01-14 19:50:33 +08:00
|
|
|
"grunt-contrib-connect": "0.11.2",
|
2016-01-14 19:14:43 +08:00
|
|
|
"grunt-contrib-watch": "0.6.1",
|
|
|
|
"grunt-shell": "1.1.2",
|
|
|
|
"load-grunt-tasks": "*"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"grunt": "~0.4.5"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"library",
|
|
|
|
"CartoDB",
|
|
|
|
"share",
|
2016-01-14 20:57:13 +08:00
|
|
|
"assets",
|
|
|
|
"styleguide",
|
|
|
|
"shared components",
|
|
|
|
"editor",
|
|
|
|
"deep-insights"
|
2016-01-14 19:14:43 +08:00
|
|
|
]
|
|
|
|
}
|