-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (101 loc) · 2.69 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"private": true,
"engines": {
"node": "6.2.0"
},
"scripts": {
"test": "gulp test",
"start": "node app.js",
"postinstall": "bower install && gulp styles && gulp wiredep"
},
"devDependencies": {
"apache-server-configs": "^2.11.0",
"bower": "^1.7.9",
"bootstrap":"3.3.6",
"chai": "^2.1.0",
"connect": "^3.3.4",
"connect-livereload": "^0.5.3",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.8",
"gulp-csso": "^1.0.0",
"gulp-filter": "^2.0.2",
"gulp-flatten": "^0.0.4",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-less": "^3.0.1",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^1.0.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-ngdocs": "^0.2.10",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.2.1",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.1",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"lazypipe": "^0.2.2",
"main-bower-files": "^2.5.0",
"mocha": "^2.1.0",
"mock-gulp-dest": "^0.1.1",
"opn": "^1.0.1",
"serve-index": "^1.6.2",
"serve-static": "^1.9.1",
"wiredep": "^2.2.2",
"yargs": "^3.3.1"
},
"dependencies": {
"angular-resource": "^1.5.6",
"angular-ui-router": "^0.3.1",
"apache-server-configs": "^2.11.0",
"bootstrap":"3.3.6",
"bower": "^1.7.9",
"chai": "^2.1.0",
"connect": "^3.3.4",
"connect-livereload": "^0.5.3",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.8",
"gulp-csso": "^1.0.0",
"gulp-filter": "^2.0.2",
"gulp-flatten": "^0.0.4",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-less": "^3.0.1",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^1.0.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-ngdocs": "^0.2.10",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.2.1",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.1",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"lazypipe": "^0.2.2",
"main-bower-files": "^2.5.0",
"mocha": "^2.1.0",
"mock-gulp-dest": "^0.1.1",
"opn": "^1.0.1",
"serve-index": "^1.6.2",
"serve-static": "^1.9.1",
"wiredep": "^2.2.2",
"yargs": "^3.3.1"
}
}