-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 768 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 768 Bytes
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
{
"name": "stellaritysoftware.com",
"private": true,
"version": "0.3.0",
"description": "docpad project for stellaritysoftware.com",
"engines": {
"node": "8",
"npm": "6"
},
"dependencies": {
"docpad": "~6.82.5",
"docpad-plugin-coffeescript": "~2.7.0",
"docpad-plugin-marked": "~2.5.0",
"docpad-plugin-pug": "~2.2.0",
"docpad-plugin-serve": "github:docpad/docpad-plugin-serve#v2.0.2",
"docpad-plugin-stylus": "~2.14.0",
"jstransformer-markdown-it": "~2.1.0"
},
"main": "node_modules/.bin/docpad",
"scripts": {
"start": "docpad run",
"test": "docpad generate --debug --silent --env static",
"build": "docpad generate --env static",
"info": "docpad info --silent",
"clean": "docpad clean"
}
}