forked from jhades/angularjs-gulp-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"private": true,
"dependencies": {
"angular": "^1.4.8",
"todomvc-app-css": "^1.0.4",
"todomvc-common": "^1.0.2"
},
"devDependencies": {
"angular-mocks": "^1.3.12",
"angular-route": "^1.3.12",
"browserify": "^9.0.7",
"browserify-ngannotate": "^0.7.1",
"del": "^1.1.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-cachebust": "0.0.5",
"gulp-ccr-browserify": "^0.1.0",
"gulp-chef": "^0.1.0",
"gulp-concat": "^2.5.2",
"gulp-install": "^0.4.0",
"gulp-jshint": "^1.10.0",
"gulp-karma": "0.0.4",
"gulp-ng-html2js": "^0.2.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.0",
"gulp.spritesmith": "^6.2.1",
"jasmine-core": "^2.2.0",
"karma": "v0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"merge-stream": "^1.0.0",
"node-sass": "^3.8.0",
"phantomjs-prebuilt": "^2.1.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}