-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 935 Bytes
/
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
{
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-angular-templatecache": "2.0.0",
"gulp-babel": "6.1.2",
"babel-preset-es2015": "6.24.1",
"gulp-concat": "2.6.1",
"gulp-inject": "4.2.0",
"gulp-load-plugins": "1.5.0",
"gulp-ngdocs": "0.3.0",
"gulp-rev": "7.1.2",
"gulp-sourcemaps": "2.6.0",
"gulp-uglify": "3.0.0",
"gulp-webserver": "0.9.1",
"add-stream": "1.0.0",
"karma": "1.7.0",
"karma-jasmine": "1.1.0",
"karma-mocha-reporter": "2.2.3",
"karma-phantomjs-launcher": "1.0.4",
"karma-spec-reporter": "0.0.31",
"jasmine-core": "2.6.2",
"jshint": "2.9.4",
"gulp-jshint": "2.0.4",
"jshint-stylish": "2.2.1",
"http-proxy-middleware": "0.17.4"
}
}