-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.24 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
{
"name": "ngStarter",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "gulp serve",
"test": "karma start karma.conf.js --single-run",
"dist": "gulp dist"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.7.9",
"chai": "^3.5.0",
"event-stream": "^3.1.5",
"gulp": "^3.7.0",
"gulp-angular-filesort": "^1.0.3",
"gulp-cached": "^1.0.1",
"gulp-concat": "^2.2.0",
"gulp-csslint": "~0.1.4",
"gulp-embedlr": "~0.5.2",
"gulp-header": "^1.0.2",
"gulp-htmlmin": "~0.1.2",
"gulp-inject": "^1.0.1",
"gulp-jshint": "^1.6.1",
"gulp-livereload": "^2.1.0",
"gulp-load-plugins": "~0.5.1",
"gulp-minify-css": "~0.3.4",
"gulp-ng-annotate": "~0.2.0",
"gulp-ng-html2js": "~0.1.7",
"gulp-rename": "^1.2.0",
"gulp-sass": "*",
"gulp-serve": "~0.2.0",
"gulp-uglify": "~0.3.0",
"gulp-util": "^2.2.14",
"jasmine-core": "^2.4.1",
"jshint-stylish": "~0.4.0",
"karma": "^0.12.37",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"lazypipe": "~0.2.1",
"main-bower-files": "^1.0.1",
"mocha": "^3.0.0",
"phantomjs": "^2.1.7",
"rimraf": "^2.2.8",
"streamqueue": "~0.1.1"
}
}