CartoAssets/package.json

63 lines
1.5 KiB
JSON
Raw Normal View History

2016-01-14 19:14:43 +08:00
{
"name": "cartoassets",
"description": "Share frontend assets between different CartoDB repositories",
2016-09-27 22:21:07 +08:00
"version": "0.1.34",
2016-01-14 19:14:43 +08:00
"homepage": "https://github.com/cartodb/CartoAssets",
"author": {
2016-01-22 00:32:03 +08:00
"name": "CartoDB",
"email": "contact@cartodb.com"
2016-01-14 19:14:43 +08:00
},
2016-01-18 18:48:50 +08:00
"contributors": [
"Javier Álvarez <jmedina@cartodb.com>",
"Emilio García <emilio@cartodb.com>",
"Javier Arce <javierarce@cartodb.com>"
],
2016-01-14 19:14:43 +08:00
"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": {
"grunt": "~0.4.5",
2016-01-14 19:14:43 +08:00
"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-18 05:20:28 +08:00
"grunt-contrib-copy": "~0.5.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",
2016-01-15 05:17:06 +08:00
"grunt-gh-pages": "1.0.0",
2016-01-18 05:20:28 +08:00
"gulp": "3.8.10",
"gulp-iconfont": "1.0.0",
"gulp-iconfont-css": "0.0.9",
"gulp-install": "0.2.0",
"gulp-sketch": "0.0.7",
2016-01-14 19:14:43 +08:00
"grunt-shell": "1.1.2",
"load-grunt-tasks": "*"
},
"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
]
}