forked from center-key/node-slate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.81 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
{
"name": "node-slate",
"version": "1.9.2",
"description": "Node port of lord/slate",
"license": "Apache-2.0",
"main": "build/index.html",
"repository": "github:center-key/node-slate",
"homepage": "https://github.com/center-key/node-slate",
"bugs": "https://github.com/center-key/node-slate/issues",
"docs": "https://github.com/center-key/node-slate#readme",
"author": "Various",
"keywords": [
"slate",
"nodejs",
"api",
"api-documentation",
"static-site-generator"
],
"jshintConfig": {
"esversion": 9,
"strict": "implied",
"eqeqeq": true,
"node": true,
"undef": true,
"unused": true
},
"scripts": {
"test": "jshint gulpfile.js",
"prestart": "gulp build-uncompressed",
"start": "gulp serve",
"prebuild": "gulp clean",
"build": "gulp build-static-site",
"postbuild": "gulp lint && gulp publish",
"deploy": "deploy.sh"
},
"dependencies": {
"del": "~5.1",
"gulp": "~4.0",
"gulp-clean-css": "~4.2",
"gulp-cli": "~2.2",
"gulp-concat": "~2.6",
"gulp-ejs": "~4.1",
"gulp-htmlhint": "~2.2",
"gulp-if": "~3.0",
"gulp-jshint": "~2.1",
"gulp-live-server": "~0.0",
"gulp-open": "~3.0",
"gulp-prettify": "~0.5",
"gulp-rename": "~1.4",
"gulp-sass": "~4.0",
"gulp-uglify": "~3.0",
"gulp-w3c-html-validator": "~1.4",
"highlight.js": "~9.15",
"imagesloaded": "~4.1",
"jquery": "~3.4",
"jquery-highlight": "~3.5",
"jquery-ui": "~1.12",
"jquery-ui-dist": "~1.12",
"jquery.tocify": "~1.9",
"js-yaml": "~3.13",
"jshint": "~2.10",
"lunr": "~2.3",
"marked": "~0.7",
"merge-stream": "~2.0",
"node-sass": "~4.12",
"tocbot": "~4.8"
}
}