-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 1.83 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
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
71
72
73
74
75
{
"name": "hon-provisu-extension",
"description": "Provisu extension for visually impaired people",
"private": true,
"version": "1.0.7",
"license": "Apache 2.0",
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.6.9",
"express": "~4.13.1",
"jstransformer-verbatim": "^1.0.0",
"locale": "^0.1.0",
"morgan": "~1.6.1",
"pug": "^2.0.0-beta5",
"request": "^2.74.0",
"sanitize-html": "^1.13.0",
"serve-favicon": "^2.3.0",
"graceful-fs": "^4.1.11"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.3",
"gulp-chrome-manifest": "0.0.13",
"gulp-clean-css": "^2.0.3",
"gulp-cssmin": "^0.1.7",
"gulp-decompress": "^2.0.1",
"gulp-download": "0.0.1",
"gulp-eslint": "^2.0.0",
"gulp-express": "^0.3.5",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.1",
"gulp-json-transform": "^0.4.2",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.0",
"gulp-markdown-pdf": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-server": "^0.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-sym": "0.0.14",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.0.8",
"gulp-webserver": "^0.9.1",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.3",
"main-bower-files": "^2.11.1",
"run-sequence": "^1.1.5",
"wiredep": "^4.0.0"
},
"eslintConfig": {
"env": {
"node": true,
"browser": true
},
"globals": {
"chrome": true
},
"rules": {
"eol-last": 0,
"quotes": [
2,
"single"
]
}
}
}