-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.22 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"private": true,
"dependencies": {
"angular": "^1.3.12",
"angular-chart.js": "^1.1.1",
"angular-route": "^1.3.12",
"compass": "^0.1.1",
"del": "^1.2.1",
"express": "^4.14.0",
"jquery": "3.1.1",
"karma": "^1.3.0",
"ng-dialog": "^0.6.4",
"sharp": "^0.17.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"angular-mocks": "^1.3.12",
"angular-route": "^1.3.12",
"babelify": "^7.3.0",
"bower": "^1.7",
"browserify": "^9.0.7",
"browserify-ngannotate": "^0.7.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.0",
"gulp-cachebust": "0.0.5",
"gulp-changed": "^1.0.0",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-html-extract": "^0.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-install": "^0.4.0",
"gulp-jshint": "^1.10.0",
"gulp-live-server": "^0.0.30",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.2",
"gulp-ng-html2js": "^0.2.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp.spritesmith": "^3.5.3",
"gulp-karma-runner": "^1.2.0",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"phantomjs-prebuilt": "^2.1.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"ps-node": "0.1.4",
"browser-sync": "^2.7.7",
"connect-history-api-fallback": "^1.1.0",
"cors": "^2.7.1",
"es6-promise": "^3.1.2",
"glob-all": "^3.0.1",
"gulp-size": "^2.0.0",
"gulp-useref": "^2.1.0",
"gulp-vulcanize": "^6.0.0",
"merge-stream": "^1.0.0",
"proxy-middleware": "^0.15.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
"vulcanize": ">= 1.4.2",
"web-component-tester": "^4.0.0",
"express": "^4.14.0",
"request": "^2.79.0",
},
"scripts": {
"start": "gulp start",
"build": "gulp build"
},
"engines": {
"node": ">=0.10.0"
}
}