forked from danielpetisme/sancho
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.74 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"devDependencies": {
"@types/angular": "^1.5.16",
"@types/angular-mocks": "^1.5.5",
"@types/angular-ui-router": "^1.1.34",
"@types/jquery": "^2.0.33",
"angular-mocks": "^1.5.0-beta.2",
"autoprefixer": "^6.2.3",
"bower": "^1.7.9",
"browser-sync": "^2.9.11",
"browser-sync-spa": "^1.0.3",
"del": "^2.0.2",
"es6-shim": "^0.35.0",
"gulp": "gulpjs/gulp#4ed9a4a3275559c73a396eff7e1fde3824951ebb",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-cssnano": "^2.1.0",
"gulp-debug": "^3.0.0",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^1.3.0",
"gulp-hub": "frankwallis/gulp-hub#d461b9c700df9010d0a8694e4af1fb96d9f38bf4",
"gulp-inject": "^3.0.0",
"gulp-insert": "^0.5.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-postcss": "^6.0.1",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-string-replace": "^0.4.0",
"gulp-uglify": "^1.4.2",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.7",
"jasmine": "^2.4.1",
"karma": "^1.3.0",
"karma-angular-filesort": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.1.0",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "^1.1.2",
"lazypipe": "^1.0.1",
"main-bower-files": "^2.9.0",
"phantomjs-prebuilt": "^2.1.6",
"uglify-save-license": "^0.4.1",
"wiredep": "^4.0.0"
},
"scripts": {
"build": "gulp",
"serve": "gulp serve",
"serve:dist": "gulp serve:dist",
"test": "gulp test",
"test:auto": "gulp test:auto",
"bower": "bower"
}
}