forked from balena-io/doxx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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": "@resin.io/doxx",
"version": "0.10.0",
"description": "Doxx — a static docs generator with dynamic pages support.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"doxx": "./doxx.js"
},
"repository": {
"type": "git",
"url": "git://github.com/resin-io/doxx.git"
},
"author": "Eugene Mirotin <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/resin-io-playground/doxx/issues"
},
"homepage": "https://github.com/resin-io-playground/doxx",
"dependencies": {
"@resin.io/doxx-handlebars-helper": "^0.1.0",
"@resin.io/doxx-utils": "^0.1.2",
"coffee-script": "^1.10.0",
"consolidate": "^0.14.0",
"handlebars-helpers": "^0.6.1",
"lodash": "^4.12.0",
"lunr": "^0.7.0",
"metalsmith": "^2.1.0",
"metalsmith-dynamic": "^0.3.0",
"metalsmith-headings": "^0.1.0",
"metalsmith-in-place": "^1.4.3",
"metalsmith-layouts": "^1.6.4",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"semver": "^5.3.0",
"swig": "^1.4.2"
},
"devDependencies": {
"watch": "^0.18.0",
"express": "^4.13.4"
}
}