forked from Kong/docs.konghq.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.6 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
{
"private": true,
"version": "1.0.0",
"name": "docs.konghq.com",
"homepage": "https://docs.konghq.com",
"repository": "Kong/docs.konghq.com",
"license": "proprietary",
"scripts": {
"deploy": "gulp deploy",
"preinstall": "bundle install",
"prestart": "npm test",
"start": "gulp",
"dev": "gulp dev",
"pdk-docs": "KONG_PATH=${KONG_PATH:=} KONG_VERSION=${KONG_VERSION:=} gulp pdk-docs",
"test": "standard && echint --verbose"
},
"standard": {
"ignore": [
"dist/**"
]
},
"echint": {
"ignore": [
"Makefile",
"dist/**",
"app/0*/**",
"app/enterprise/**/*",
"app/_assets/images/**",
"app/_assets/fonts/**",
"app/license/index.md",
"ldoc/*",
"Gemfile.lock"
]
},
"devDependencies": {
"bootstrap": "^3.3.5",
"browser-sync": "^2.9.1",
"cloudflare": "0.0.8",
"del": "^2.0.1",
"echint": "^1.5.0",
"font-awesome": "^4.4.0",
"gh-pages": "^0.4.0",
"glob": "^5.0.14",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify": "0.0.15",
"gulp-plumber": "^1.0.1",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-resource-hints": "^0.1.2",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"fancy-log": "^1.3.0",
"list-assets": "0.0.2",
"lodash": "^4.17.4",
"run-sequence": "^1.1.2",
"skeleton-css": "^2.0.4",
"standard": "^5.2.1"
}
}