-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.44 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.44 KB
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
{
"name": "slush-site",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "gulp watch",
"test": "gulp test"
},
"keywords": [
"klei-module"
],
"dependencies": {
},
"devDependencies": {
"chai": "~1.9.0",
"event-stream": "~3.1.0",
"gulp": "~3.5.5",
"gulp-angular-filesort": "^0.1.1",
"gulp-bower-files": "~0.1.11",
"gulp-cached": "~0.0.3",
"gulp-clean": "~0.2.4",
"gulp-concat": "~2.1.7",
"gulp-csslint": "~0.1.3",
"gulp-embedlr": "~0.5.2",
"gulp-filter": "~0.3.1",
"gulp-gh-pages": "^0.2.0",
"gulp-header": "~1.0.2",
"gulp-htmlmin": "~0.1.2",
"gulp-inject": "~0.4.1",
"gulp-jshint": "~1.5.0",
"gulp-karma": "~0.0.2",
"gulp-less": "~1.2.3",
"gulp-livereload": "~1.2.0",
"gulp-load-plugins": "~0.4.0",
"gulp-minify-css": "~0.3.0",
"gulp-ng-html2js": "~0.1.6",
"gulp-ngmin": "~0.1.2",
"gulp-rename": "~1.1.0",
"gulp-replace": "~0.2.0",
"gulp-serve": "~0.1.1",
"gulp-spawn-mocha": "~0.1.2",
"gulp-stylus": "~0.0.13",
"gulp-uglify": "~0.2.1",
"gulp-util": "~2.2.14",
"jshint-stylish": "~0.1.5",
"karma": "~0.10.9",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma-script-launcher": "~0.1.0",
"lazypipe": "~0.2.1",
"mocha": "~1.17.1",
"streamqueue": "~0.0.5"
}
}