-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
32 lines (32 loc) · 1.03 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
{
"name": "knotx-website",
"title": "Knot.x Website",
"version": "1.0.0",
"license": {
"type": "Apache 2.0",
"url": "https://github.com/Knotx/knotx-website/blob/master/LICENSE"
},
"dependencies": {
"docpad": "~6.79.4",
"docpad-plugin-cleanurls": "~2.11.0",
"docpad-plugin-coffeescript": "~2.7.0",
"docpad-plugin-eco": "~2.3.0",
"docpad-plugin-ghpages": "~2.7.0",
"docpad-plugin-highlightjs": "~2.6.0",
"docpad-plugin-less": "~2.6.0",
"docpad-plugin-livereload": "~2.10.0",
"docpad-plugin-marked": "~2.5.0",
"docpad-plugin-partials": "~2.13.0",
"docpad-plugin-stylus": "~2.14.0",
"md5": "^2.2.1",
"moment": "^2.22.2"
},
"main": "node_modules/.bin/docpad",
"scripts": {
"start": "node_modules/.bin/docpad run --env static,gh",
"generate": "node_modules/.bin/docpad generate --debug --env static,gh",
"deploy-gh": "node_modules/.bin/docpad deploy-ghpages --debug --env static,gh",
"info": "node_modules/.bin/docpad info --silent",
"clean": "rm -rf out/"
}
}