-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 1.08 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
{
"name": "static-starter",
"version": "0.1.0",
"devDependencies": {
"beepbeep": "^1.2.0",
"bower": "^*",
"browser-sync": "^2.7.12",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bundle-assets": "^2.27.1",
"gulp-concat": "^2.5.2",
"gulp-csscomb": "^3.0.7",
"gulp-csslint": "^0.3.1",
"gulp-imagemin": "^2.3.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.1",
"gulp-sass-lint": "^1.2.0",
"gulp-scss-lint": "^0.4.0",
"gulp-sourcemaps": "^1.5.2",
"jasmine": "^2.4.1",
"karma": "1.x || ^0.13.0",
"karma-chrome-launcher": "1.x || ^0.2.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-ng-scenario": "^1.0.0"
},
"dependencies": {
"composer": "^0.14.2",
"gulp-env": "^0.4.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-template": "^4.0.0",
"gulp-uglify": "^1.5.3",
"gulp-uglifyjs": "^0.6.2",
"imagemin-pngquant": "^4.1.2",
"jshint": "^2.9.1",
"karma-read-json": "^1.1.0",
"readline": "^1.3.0"
}
}