package.json
{
"name": "angular-seed",
"private": true,
"version": "0.0.0",
"description": "A sensible starter project for AngularJS",
"repository": "https://github.com/okigan/angular-seed",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
"event-stream": "^3.3.0",
"gulp": "^3.8.11",
"gulp-angular-protractor": "0.0.2",
"gulp-bower-files": "^0.2.7",
"gulp-debug": "^2.0.1",
"gulp-inject": "^1.2.0",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.3",
"gulp-modernizr": "^1.0.0-alpha",
"http-server": "^0.6.1",
"jsonfile": "^2.0.0",
"karma": "~0.10",
"karma-coverage": "^0.3.1",
"karma-junit-reporter": "^0.2.2",
"main-bower-files": "^2.7.0",
"protractor": "^1.1.1",
"shelljs": "^0.2.6",
"stream-series": "^0.1.1",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1",
"pretest": "npm install",
"test": "karma start ./test/karma.conf.js",
"test-single-run": "karma start ./test/karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor ./test/protractor.conf.js",
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + sed(/sourceMappingURL=angular-loader.min.js.map/,'sourceMappingURL=bower_components/angular-loader/angular-loader.min.js.map','app/bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
}
}