-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "webify",
"description": "AD2014 Web App",
"author": "AD2014 Team",
"scripts": {
"postinstall": "./node_modules/.bin/bower install --force-latest --config.interactive=false && ./node_modules/.bin/gulp build --target=$NODE_ENV",
"test": "./node_modules/.bin/eslint app/**/*.js && ./node_modules/.bin/gulp test_ci",
"clean": "./node_modules/.bin/gulp clean"
},
"devDependencies": {
"bower": "^1.4.1",
"eslint": "^1.6.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.0.0",
"gulp-ng-config": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"jasmine-core": "^2.3.4",
"karma": "^0.13.14",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6"
},
"dependencies": {
"gulp-compile-handlebars": "^0.6.1",
"gulp-rev": "^7.1.0",
"gulp-rev-all": "^0.8.24",
"gulp-rev-replace": "^0.4.3",
"run-sequence": "^1.2.2"
}
}