lemur/package.json

73 lines
1.9 KiB
JSON
Raw Normal View History

2015-06-22 22:47:27 +02:00
{
"name": "Lemur",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/netflix/lemur.git"
},
"dependencies": {
"del": "^0.1.3",
"gulp-concat": "^2.4.1",
"gulp-debug": "^1.0.1",
"gulp-foreach": "0.0.1",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^0.3.10",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.1",
"merge-stream": "^0.1.6",
"browser-sync": "^2.3.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^0.0.8",
"gulp-cache": "^0.2.0",
"gulp-csso": "^0.2.9",
"gulp-filter": "^1.0.0",
"gulp-flatten": "^0.0.2",
"gulp-imagemin": "^0.6.2",
"gulp-inject": "~1.0.1",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-html": "~0.1.4",
"gulp-ng-annotate": "~0.5.2",
"gulp-ng-html2js": "~0.1.7",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.4",
"gulp-print": "^1.1.0",
"gulp-protractor": "0.0.11",
"gulp-replace": "~0.5.3",
2015-06-22 22:47:27 +02:00
"gulp-replace-task": "~0.1.0",
"gulp-rev": "^1.0.0",
"gulp-rev-replace": "^0.3.0",
"gulp-serve": "~0.3.0",
"gulp-size": "^1.0.0",
"gulp-uglify": "^0.3.1",
"gulp-useref": "^0.6.0",
"http-proxy": "~1.11.1",
"jshint-stylish": "^1.0.0",
"karma-jasmine": "^0.1.5",
"main-bower-files": "^1.0.2",
"require-dir": "~0.3.0",
"streamqueue": "^0.1.1",
2015-07-21 01:13:42 +02:00
"uglify-save-license": "^0.4.1",
2015-07-21 17:55:45 +02:00
"karma": "~0.13.2",
"bower": "~1.4.1"
2015-06-22 22:47:27 +02:00
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"postinstall": "bower install --allow-root",
"pretest": "npm install && npm run build_static",
2015-07-21 01:13:42 +02:00
"build_static": "gulp build",
2015-06-22 22:47:27 +02:00
"prelint": "npm install",
2015-07-21 22:36:03 +02:00
"lint": "jshint lemur/static/app/",
2015-06-22 22:47:27 +02:00
"test": "gulp test"
2015-07-21 01:13:42 +02:00
},
"devDependencies": {
2015-07-21 22:36:03 +02:00
"jshint": "^2.8.0",
2015-07-21 01:13:42 +02:00
"karma-chrome-launcher": "^0.2.0"
2015-06-22 22:47:27 +02:00
}
}