-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.41 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
{
"name": "geekyla-angular",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "gulp watch",
"test": "gulp test",
"postinstall": "./node_modules/bower/bin/bower install"
},
"keywords": [
"klei-module"
],
"dependencies": {
"bower": "~1.3.4"
},
"devDependencies": {
"gulp": "3.6.2",
"gulp-util": "~2.2.14",
"gulp-jshint": "~1.5.0",
"gulp-load-plugins": "~0.4.0",
"jshint-stylish": "~0.1.5",
"gulp-rename": "~1.1.0",
"gulp-bower-files": "~0.1.11",
"gulp-angular-filesort": "~0.1.0",
"gulp-filter": "~0.3.1",
"lazypipe": "~0.2.1",
"tiny-lr": "~0.0.5",
"gulp-cached": "~0.0.3",
"gulp-embedlr": "~0.5.2",
"gulp-livereload": "~1.2.0",
"gulp-header": "~1.0.2",
"gulp-inject": "~0.4.1",
"gulp-serve": "~0.1.1",
"gulp-concat": "~2.1.7",
"gulp-clean": "~0.2.4",
"gulp-sass": "^0.7.1",
"gulp-minify-css": "~0.3.0",
"gulp-csslint": "~0.1.3",
"event-stream": "~3.1.0",
"sort-stream": "~1.0.0",
"streamqueue": "~0.0.5",
"gulp-uglify": "~0.2.1",
"gulp-htmlmin": "~0.1.2",
"gulp-ng-html2js": "~0.1.6",
"gulp-ngmin": "~0.1.2",
"gulp-karma": "~0.0.2",
"karma-chai": "~0.1.0",
"karma-mocha": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma": "~0.10.9"
}
}