-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "fieldhouse",
"version": "0.0.1",
"description": "Activity website for Pencil Code",
"homepage": "https://github.com/PencilCode/fieldhouse",
"keywords": [
"pencil",
"coffeescript",
"website"
],
"author": "Pencil Code",
"bugs": {
"url": "https://github.com/PencilCode/fieldhouse/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/PencilCode/fieldhouse.git"
},
"engines": {
"node": "0.10",
"npm": "1.2"
},
"dependencies": {
"docpad": "~6.78",
"docpad-plugin-coffeescript": ">=2.4",
"docpad-plugin-eco": ">=2.1",
"docpad-plugin-less": ">=2.4",
"docpad-plugin-marked": ">=2.2",
"docpad-plugin-partials": ">=2.9",
"docpad-plugin-related": ">=2.2",
"docpad-plugin-stylus": ">=2.6",
"docpad-plugin-text": ">=2.3"
},
"devDependencies": {
"docpad-plugin-livereload": ">=2.6"
},
"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"
}
}