redash/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2013-10-25 07:26:07 +00:00
{
2016-02-09 12:59:19 +00:00
"name": "redash",
2013-10-25 07:26:07 +00:00
"devDependencies": {
2016-02-09 12:59:19 +00:00
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-autoprefixer": "2.3.1",
"gulp-cache": "^0.2.10",
"rimraf": "^2.4.0",
"gulp-filter": "^2.0.2",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.1",
"gulp-karma": "0.0.4",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.1",
"gulp-minify-css": "^1.2.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^3.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"run-sequence": "^1.1.1",
"wiredep": "^2.2.2",
"lazypipe": "^0.2.4",
"gulp-ng-annotate": "^1.0.0",
"open": "0.0.5",
"jshint-stylish": "^1.0.0",
"gulp-print": "^2.0.1",
"gulp-rev-all": "^0.8.22",
"bower": "~1.7.1",
2016-06-08 07:00:05 +00:00
"gulp-cli": "~1.2.0",
"lodash.map": "^4.4.0"
2013-10-25 07:26:07 +00:00
},
"engines": {
2014-07-30 11:28:00 +00:00
"node": ">=0.10.0"
2013-10-25 07:26:07 +00:00
},
"scripts": {
2016-02-09 12:59:19 +00:00
"test": "echo 'No tests.'",
"build": "gulp build",
"bower": "bower",
"heroku-postbuild": "npm install --dev && npm run bower install && npm run build && npm prune --production"
2016-02-09 12:59:19 +00:00
},
"dependencies": {
2013-10-25 07:26:07 +00:00
}
}