-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.77 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test",
"start": "./shell_scripts/run_dev_server_v2.sh",
"build": "gulp build"
},
"resolutions": {
"graceful-fs": "^4.2.11"
},
"devDependencies": {
"apache-server-configs": "^2.11.0",
"chai": "^2.1.0",
"connect": "^3.3.4",
"connect-livereload": "^0.5.3",
"del": "^1.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-cache": "^0.2.8",
"gulp-clean-css": "^4.2.0",
"gulp-csso": "^1.0.0",
"gulp-filter": "^2.0.2",
"gulp-flatten": "^0.0.4",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^2.1.0",
"gulp-less": "^3.0.1",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify": "^3.1.0",
"gulp-minify-html": "^1.0.0",
"gulp-mode": "^1.1.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-ngdocs": "^0.2.10",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "^3.2.1",
"gulp-size": "^1.2.1",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^1.1.1",
"jshint": "^2.13.6",
"jshint-stylish": "^1.0.1",
"karma": "^4.2.0",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"lazypipe": "^0.2.2",
"main-bower-files": "^2.5.0",
"mocha": "^2.1.0",
"mock-gulp-dest": "^0.1.1",
"opn": "^1.0.1",
"serve-index": "^1.6.2",
"serve-static": "^1.9.1",
"stream-series": "^0.1.1",
"wiredep": "^2.2.2",
"yargs": "^3.3.1"
},
"dependencies": {
"glob": "^7.1.5",
"gulp-sourcemaps": "^2.6.5",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-pngquant": "^8.0.0",
"karma-chrome-launcher": "^3.2.0"
}
}