forked from bit-docs/bit-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.43 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "bit-docs",
"description": "The sophisticated JavaScript documentation engine.",
"version": "0.0.7",
"maintainers": [
{
"name": "Bitovi",
"email": "[email protected]",
"web": "http://bitovi.com/"
}
],
"main": "main.js",
"bin": {
"bit-docs": "./bin/bit-docs"
},
"scripts": {
"test": "mocha test.js --reporter spec",
"publish": "git push origin && git push origin --tags",
"release:prerelease": "npm version prerelease && npm publish",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"devDependencies": {
"mocha": ">= 1.18.0",
"qunit-mocha-ui": "*",
"rimraf": "2.1",
"connect": "^2.14.4"
},
"dependencies": {
"async": "~0.2.7",
"bit-docs-process-tags": "^0.0.4",
"chokidar": "^1.0.0-rc5",
"cross-spawn-async": "^2.1.9",
"enpeem": "^2.1.0",
"fs-extra": "^0.24.0",
"glob": "~6.0.3",
"q": "~1.0.1",
"lodash": "~4.13.1",
"md5": "^2.0.0",
"minimatch": "~1.0.0",
"yargs": "^1.3.1"
},
"system": {
"npmDependencies": []
},
"homepage": "http://documentjs.com",
"repository": {
"type": "git",
"url": "git://github.com/bitovi/documentjs.git"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
]
}