UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@resin.io/doxx",
3 "version": "0.3.1",
4 "description": "Doxx — a static docs generator with dynamic pages support.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "bin": {
10 "doxx": "./doxx.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/resin-io-projects/doxx.git"
15 },
16 "author": "Eugene Mirotin <eugene@resin.io>",
17 "license": "Apache-2.0",
18 "bugs": {
19 "url": "https://github.com/resin-io-projects/doxx/issues"
20 },
21 "homepage": "https://github.com/resin-io-projects/doxx",
22 "dependencies": {
23 "coffee-script": "^1.10.0",
24 "consolidate": "^0.14.0",
25 "handlebars": "^4.0.5",
26 "js-combinatorics": "^0.5.2",
27 "lodash": "^4.11.1",
28 "lunr": "^0.7.0",
29 "metalsmith": "^2.1.0",
30 "metalsmith-headings": "^0.1.0",
31 "metalsmith-in-place": "^1.4.3",
32 "metalsmith-layouts": "^1.6.4",
33 "metalsmith-markdown": "^0.2.1",
34 "metalsmith-permalinks": "^0.5.0",
35 "swig": "^1.4.2"
36 },
37 "devDependencies": {
38 "watch": "^0.17.1",
39 "express": "~4.11.0"
40 }
41}