-
Notifications
You must be signed in to change notification settings - Fork 381
/
package.json
71 lines (71 loc) · 1.79 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "documentjs",
"description": "The sophisticated JavaScript documentation engine.",
"version": "0.5.5",
"maintainers": [
{
"name": "Bitovi",
"email": "contact@bitovi.com",
"web": "http://bitovi.com/"
}
],
"main": "main.js",
"bin": {
"documentjs": "./bin/documentjs"
},
"scripts": {
"test": "mocha test/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": {
"can-control": "^3.0.10",
"can-map": "^3.0.7",
"can-stache": "^3.0.24",
"can-util": "^3.6.1",
"connect": "^2.30.2",
"get-port": "^3.2.0",
"jquery": "~1.11.0",
"mocha": "^5.2.0",
"qunit-mocha-ui": "*",
"rimraf": "2.1",
"steal": "^1.12.3",
"steal-less": "^1.3.1",
"steal-stache": "^3.1.3",
"steal-tools": "^1.11.9",
"zombie": "^4.2.1"
},
"dependencies": {
"async": "~0.2.7",
"chokidar": "^1.0.0-rc5",
"cross-spawn": "^6.0.5",
"cross-spawn-async": "^2.1.9",
"documentjs-github-download": "^0.3.0",
"esprima": "~2.5.0",
"fs-extra": "^6.0.1",
"glob": "~6.0.3",
"handlebars": "1.0.10",
"less": "^1.7.0",
"lodash": "~2.4.1",
"md5": "^2.0.0",
"minimatch": "~1.0.0",
"q": "~1.0.1",
"resolve": "^1.4.0",
"yargs": "^1.3.1"
},
"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"
}
]
}