forked from beautiful-docs/beautiful-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (34 loc) · 872 Bytes
/
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
{
"name": "beautiful-docs",
"version": "1.0.0",
"author": "Maxime Bouroumeau-Fuseau (http://maximebf.com)",
"keywords": "docs markdown",
"description": "A documentation viewer based on markdown files",
"licenses": [{
"type": "MIT",
"url": "http://github.com/maximebf/beautiful-docs/raw/master/LICENSE"
}],
"repository" : {
"type" : "git",
"url" : "http://github.com/maximebf/beautiful-docs.git"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"coffee-script": ">=1.6.3",
"eco": ">=1.0.0",
"express": ">=3.3.4",
"less": ">=1.4.1",
"marked": ">=0.2.9",
"underscore": ">=1.5.1",
"async": ">=0.2.9",
"string": ">=1.5.0",
"js-yaml": ">=2.1.0"
},
"main": "./lib/index.js",
"preferGlobal": "true",
"bin": {
"bfdocs": "bin/bfdocs"
}
}