forked from Kong/docs.konghq.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.18 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
{
"private": true,
"version": "1.0.0",
"name": "getkong.org",
"homepage": "https://getkong.org",
"repository": "Mashape/getkong.org",
"license": "proprietary",
"scripts": {
"deploy": "gulp deploy",
"preinstall": "bundle install",
"prestart": "npm test",
"start": "gulp",
"test": "standard && echint --verbose"
},
"standard": {
"ignore": [
"dist/**"
]
},
"echint": {
"ignore": [
"dist/**",
"app/docs/*/lua-reference/**",
"app/_assets/images/**",
"app/license/index.md",
"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-concat": "^2.6.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"run-sequence": "^1.1.2",
"skeleton-css": "^2.0.4",
"standard": "^5.2.1"
}
}