-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.59 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
{
"name": "frontend",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "gulp watch",
"test": "gulp test",
"postinstall": "./node_modules/bower/bin/bower install"
},
"keywords": [
"slush, angular, slush-angular"
],
"dependencies": {
"bower": "1.6.5",
"connect-history-api-fallback": "1.1.0"
},
"devDependencies": {
"chai": "3.4.1",
"event-stream": "3.3.2",
"gulp": "3.9.1",
"gulp-angular-filesort": "1.1.1",
"gulp-cached": "1.1.0",
"gulp-clean": "0.3.1",
"gulp-concat": "2.6.0",
"gulp-csslint": "0.2.0",
"gulp-embedlr": "0.5.2",
"gulp-filter": "3.0.1",
"gulp-header": "1.7.1",
"gulp-htmlmin": "1.2.0",
"gulp-inject": "3.0.0",
"gulp-jshint": "1.12.0",
"gulp-karma": "0.0.5",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.1.0",
"gulp-minify-css": "1.2.1",
"gulp-ng-annotate": "1.1.0",
"gulp-ng-html2js": "0.2.0",
"gulp-rename": "1.2.2",
"gulp-replace-task": "0.11.0",
"gulp-sass": "2.1.0",
"gulp-scss-lint": "0.3.7",
"gulp-serve": "1.2.0",
"gulp-uglify": "1.4.2",
"gulp-util": "3.0.7",
"jshint-stylish": "2.0.1",
"karma": "0.13.15",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.2.1",
"karma-mocha": "0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "0.2.1",
"karma-sinon-chai": "1.1.0",
"lazypipe": "1.0.1",
"main-bower-files": "2.9.0",
"mocha": "2.3.3",
"phantomjs": "1.9.18",
"sinon": "^1.17.2",
"sort-stream": "1.0.1",
"streamqueue": "1.1.1",
"tiny-lr": "0.2.1"
}
}