-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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": "docpad-skeleton-benchmark",
"version": "1.0.0",
"description": "Benchmarking skeleton for DocPad",
"private": true,
"homepage": "https://github.com/docpad/docpad-skeleton-benchmark",
"keywords": [],
"author": "Peter Flannery",
"maintainers": [
"Peter Flannery",
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"contributors": [
"Peter Flannery",
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"bugs": {
"url": "https://github.com/docpad/docpad-skeleton-benchmark/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/docpad/docpad-skeleton-benchmark.git"
},
"engines": {
"node": ">=0.12",
"npm": ">=2"
},
"dependencies": {
"docpad": "~6.83.1",
"docpad-plugin-eco": "~2.5.0",
"get-cli-arg": "^6.5.0",
"mkdirp": "^1.0.4",
"rmfr": "^2.0.0"
},
"scripts": {
"compile": "node ./generate.js",
"start": "docpad generate",
"test": "npm run compile && npm run start"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0"
}
}