-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "CommonSPA",
"version": "0.5.0",
"yeoman-generator": "https://github.com/SteveSanderson/generator-ko",
"devDependencies": {
"browser-sync": "^2.11.1",
"chalk": "~0.4.0",
"deeply": "~0.1.0",
"event-stream": "~3.1.0",
"gulp": "~3.6.2",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "~0.2.4",
"gulp-concat": "~2.2.0",
"gulp-debug": "^2.1.2",
"gulp-html-replace": "~1.0.0",
"gulp-if": "^2.0.0",
"gulp-ignore": "^2.0.1",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "~0.2.0",
"gulp-requirejs-bundler": "^0.1.1",
"gulp-uglify": "~0.2.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.12.15",
"karma-chrome-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-requireglobal-preprocessor": "0.0.0",
"karma-requirejs": "^0.2.1",
"requirejs": "^2.1.11",
"yargs": "^4.2.0"
},
"dependencies": {
"gulp-series": "^1.0.2"
}
}