2016-01-14 19:14:43 +08:00
|
|
|
{
|
|
|
|
"name": "cartoassets",
|
2017-05-25 00:40:19 +08:00
|
|
|
"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": {
|
2017-05-25 00:40:19 +08:00
|
|
|
"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": {
|
2016-06-07 15:12:50 +08:00
|
|
|
"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",
|
2017-05-23 23:54:22 +08:00
|
|
|
"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",
|
2017-05-25 00:40:19 +08:00
|
|
|
"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",
|
2017-05-25 00:40:19 +08:00
|
|
|
"load-grunt-tasks": "*",
|
|
|
|
"perfect-scrollbar": "git://github.com/CartoDB/perfect-scrollbar.git#master"
|
2016-01-14 19:14:43 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"library",
|
2017-05-25 00:40:19 +08:00
|
|
|
"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
|
|
|
}
|