-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 811 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 811 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
{
"name": "pencil-code-reference",
"version": "0.0.0",
"description": "Docpad project for the ref.pencilcode.net.",
"engines": {
"node": "0.10",
"npm": "2.1"
},
"dependencies": {
"docpad": "~6.78",
"docpad-plugin-coffeescript": ">=2.4",
"docpad-plugin-eco": ">=2.1",
"docpad-plugin-jade": ">=2.8",
"docpad-plugin-less": ">=2.4",
"docpad-plugin-livereload": ">=2.6",
"docpad-plugin-marked": ">=2.2",
"docpad-plugin-partials": ">=2.9"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server",
"build": "node_modules/docpad/bin/docpad generate --env static",
"generate": "node_modules/docpad/bin/docpad generate --env static",
"devserver": "node_modules/docpad/bin/docpad run"
}
}