CartoAssets/package.json

66 lines
1.6 KiB
JSON
Raw Normal View History

2016-01-14 19:14:43 +08:00
{
"name": "cartoassets",
"description": "Share frontend assets between different CARTO repositories",
2018-08-23 20:03:56 +08:00
"version": "0.2.6",
2016-01-14 19:14:43 +08:00
"homepage": "https://github.com/cartodb/CartoAssets",
"author": {
"name": "CARTO",
"email": "frontend@carto.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": "2.0.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-rename": "1.2.2",
2016-01-18 05:20:28 +08:00
"gulp-sketch": "0.0.7",
2016-01-14 19:14:43 +08:00
"grunt-shell": "1.1.2",
"load-grunt-tasks": "*",
"perfect-scrollbar": "git://github.com/CartoDB/perfect-scrollbar.git#master"
2016-01-14 19:14:43 +08:00
},
"keywords": [
"library",
"CARTO",
2016-01-14 19:14:43 +08:00
"share",
2016-01-14 20:57:13 +08:00
"assets",
"styleguide",
"shared components",
"editor",
"deep-insights"
2018-05-10 22:08:51 +08:00
],
"scripts": {
"bump": "npm version patch",
"bump:major": "npm version major",
"bump:minor": "npm version minor",
"postversion": "git push origin master --follow-tags"
}
2016-01-14 19:14:43 +08:00
}