Created
December 21, 2015 13:17
-
-
Save uhtred/3c30f9fceeba76732cb3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "pushUi", | |
"version": "0.0.0", | |
"devDependencies": { | |
"bower": "^1.6.5", | |
"browser-sync": "^2.10.1", | |
"del": "^2.2.0", | |
"gulp": "^3.9.0", | |
"gulp-angular-filesort": "^1.1.1", | |
"gulp-autoprefixer": "^3.1.0", | |
"gulp-csso": "^1.0.1", | |
"gulp-filter": "^3.0.1", | |
"gulp-flatten": "^0.2.0", | |
"gulp-imagemin": "^2.4.0", | |
"gulp-inject": "^3.0.0", | |
"gulp-jshint": "^2.0.0", | |
"gulp-karma": "0.0.5", | |
"gulp-load-plugins": "^1.1.0", | |
"gulp-minify-html": "^1.0.4", | |
"gulp-ng-annotate": "^1.1.0", | |
"gulp-ng-config": "^1.0.0", | |
"gulp-ng-html2js": "^0.2.0", | |
"gulp-protractor": "^2.1.0", | |
"gulp-rename": "~1.2.2", | |
"gulp-replace": "~0.5.3", | |
"gulp-sass": "^2.0.4", | |
"gulp-stubby-server": "^0.1.3", | |
"gulp-uglify": "^1.0.0", | |
"gulp-useref": "^3.0.4", | |
"gulp-watch": "^4.3.5", | |
"jshint-stylish": "^2.1.0", | |
"karma": "^0.13.15", | |
"karma-coverage": "^0.5.3", | |
"karma-jasmine": "^0.3.6", | |
"karma-junit-reporter": "^0.3.8", | |
"karma-phantomjs-launcher": "^0.2.1", | |
"main-bower-files": "^2.0.0", | |
"path": "^0.12.7", | |
"plato": "git://github.com/felipegs/plato.git#master", | |
"protractor": "^3.0.0", | |
"protractor-jasmine2-screenshot-reporter": "^0.1.7", | |
"uglify-save-license": "^0.4.1", | |
"wiredep": "^3.0.0", | |
"yargs": "^3.31.0" | |
}, | |
"engines": { | |
"node": ">=0.10.0" | |
}, | |
"scripts": { | |
"build": "npm run bower:update && npm run gulp:clean && npm run gulp:build --", | |
"bower:update": "./node_modules/.bin/bower update --config.analytics=false", | |
"gulp:clean": "./node_modules/.bin/gulp clean", | |
"gulp:build": "./node_modules/.bin/gulp build", | |
"dev": "./node_modules/.bin/gulp serve stubby --inject-session", | |
"dev:dist": "./node_modules/.bin/gulp serve:dist stubby --inject-session" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment