forked from mariuszm/ng-devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·55 lines (55 loc) · 1.54 KB
/
package.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.54 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
{
"author": "Mariusz Michalski",
"name": "ngDevstack",
"version": "0.3.2",
"licenses": {
"type": "MIT",
"url": "https://raw2.github.com/mariuszm/ng-devstack/master/LICENSE.md"
},
"devDependencies": {
"connect": "^3.2.0",
"connect-livereload": "^0.4.0",
"connect-modrewrite": "^0.7.9",
"del": "^0.1.3",
"express": "^4.9.5",
"gulp": "^3.8.8",
"gulp-angular-templatecache": "^1.4.2",
"gulp-autoprefixer": "^1.0.1",
"gulp-bytediff": "^0.2.0",
"gulp-concat": "^2.4.1",
"gulp-concat-util": "^0.5.1",
"gulp-filesize": "0.0.6",
"gulp-html-replace": "^1.3.0",
"gulp-imagemin": "^1.0.1",
"gulp-inject": "^1.0.2",
"gulp-intercept": "^0.1.0",
"gulp-jshint": "^1.8.5",
"gulp-karma": "0.0.4",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.7.0",
"gulp-minify-css": "^0.3.10",
"gulp-minify-html": "^0.1.6",
"gulp-newer": "^0.3.0",
"gulp-ng-annotate": "^0.3.3",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.0.0",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.2.2",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint-stylish-ex": "^0.2.0",
"karma": "^0.12.24",
"karma-coverage": "^0.2.4",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"map-stream": "^0.1.0",
"open": "0.0.5",
"requirejs": "^2.1.15",
"run-sequence": "^1.0.1",
"serve-index": "^1.4.0",
"serve-static": "^1.6.3",
"tiny-lr": "0.1.4"
}
}