-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
{
"name": "xyz-cv-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "gulp watch",
"test": "gulp test"
},
"dependencies": {
"add-stream": "^1.0.0",
"cors": "^2.7.1",
"express": "~4.12.4",
"gulp-change": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-ng-config": "^1.2.1",
"gulp-rename": "^1.2.2"
},
"devDependencies": {
"compass": "^0.1.1",
"event-stream": "^3.1.5",
"gulp": "^3.7.0",
"gulp-angular-filesort": "^1.0.3",
"gulp-cached": "^1.0.1",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.2.0",
"gulp-csslint": "~0.1.4",
"gulp-debug": "^2.1.2",
"gulp-embedlr": "~0.5.2",
"gulp-flatten": "0.1.1",
"gulp-header": "^1.0.2",
"gulp-htmlmin": "~0.1.2",
"gulp-inject": "^1.0.1",
"gulp-jshint": "^1.6.1",
"gulp-karma": "~0.0.4",
"gulp-livereload": "^2.1.0",
"gulp-load-plugins": "~0.5.1",
"gulp-minify-css": "~0.3.4",
"gulp-ng-annotate": "~1.0.0",
"gulp-ng-html2js": "~0.1.7",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": ">0.7.1",
"gulp-serve": "~0.2.0",
"gulp-uglify": "~0.3.0",
"gulp-util": "^2.2.14",
"jshint-stylish": "~0.4.0",
"karma": "~0.12.16",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.1.4",
"karma-ie-launcher": "~0.2.0",
"karma-mocha": "~0.1.3",
"karma-safari-launcher": "~0.1.1",
"lazypipe": "~0.2.1",
"main-bower-files": "^1.0.1",
"rimraf": "^2.2.8",
"streamqueue": "~0.1.1"
}
}