-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
36 lines (36 loc) · 975 Bytes
/
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
{
"private": true,
"dependencies": {
"angular": "^1.3.12",
"todomvc-app-css": "^1.0.1",
"todomvc-common": "^1.0.0"
},
"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": "^3.8.11",
"gulp-cachebust": "0.0.5",
"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.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.0",
"gulp.spritesmith": "^3.5.3",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}