forked from martijnboland/appoints-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "appoints-client",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "gulp watch",
"test": "gulp test"
},
"dependencies": {},
"devDependencies": {
"event-stream": "^3.1.5",
"gulp": "^3.7.0",
"gulp-angular-filesort": "~0.1.1",
"gulp-bower-files": "~0.2.4",
"gulp-cached": "~0.0.3",
"gulp-clean": "~0.3.0",
"gulp-concat": "^2.2.0",
"gulp-csslint": "~0.1.4",
"gulp-debug": "^0.3.0",
"gulp-embedlr": "~0.5.2",
"gulp-filter": "~0.4.1",
"gulp-flatten": "0.0.2",
"gulp-header": "^1.0.2",
"gulp-htmlmin": "~0.1.2",
"gulp-inject": "~0.4.1",
"gulp-jshint": "^1.6.1",
"gulp-karma": "~0.0.4",
"gulp-less": "^1.2.3",
"gulp-livereload": "^1.5.0",
"gulp-load-plugins": "~0.5.1",
"gulp-minify-css": "~0.3.4",
"gulp-ng-constant": "^0.1.0",
"gulp-ng-html2js": "~0.1.7",
"gulp-ngmin": "~0.3.0",
"gulp-rename": "^1.2.0",
"gulp-serve": "~0.2.0",
"gulp-uglify": "~0.3.0",
"gulp-util": "^2.2.14",
"jshint-stylish": "~0.2.0",
"karma": "~0.12.16",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.4",
"karma-script-launcher": "~0.1.0",
"lazypipe": "~0.2.1",
"streamqueue": "~0.1.1"
}
}