forked from angular/dgeni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.52 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
{
"name": "dgeni",
"version": "0.4.2",
"description": "Flexible JavaScript documentation generator used by AngularJS",
"main": "lib/Dgeni.js",
"scripts": {
"test": "jasmine-node lib",
"cover": "istanbul cover jasmine-node -- lib",
"docs": "bin/gen-docs.js ./docs/dgeni-docs.js"
},
"bin": {
"dgeni": "bin/gen-docs.js"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/dgeni.git"
},
"author": "Pete Bacon Darwin",
"license": "MIT",
"dependencies": {
"canonical-path": "~0.0.2",
"dependency-graph": "~0.4.1",
"di": "0.0.1",
"lodash": "^3.10.1",
"objectdiff": "^1.1.0",
"optimist": "~0.6.1",
"q": "~1.4.1",
"validate.js": "^0.9.0",
"winston": "^2.1.1"
},
"devDependencies": {
"dgeni-packages": "^0.11.1",
"istanbul": "^0.4.1",
"jasmine-node": "^2.0.0",
"rewire": "~2.5.1"
},
"contributors": [
"Pete Bacon Darwin <[email protected]>",
"forresst <[email protected]>",
"Pascal Precht <[email protected]>",
"Matias Niemelä <[email protected]>",
"nate-wilkins <[email protected]>",
"Donald Pipowitch <[email protected]>",
"thorn0 <[email protected]>",
"Jeff Cross <[email protected]>",
"Andres Dominguez <[email protected]>",
"Jeremy Attali <[email protected]>",
"Michael J. Zoidl <[email protected]>",
"Ivan Vorobkalo <[email protected]>"
],
"bugs": {
"url": "https://github.com/angular/dgeni/issues"
}
}