forked from angular/dgeni-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.67 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
{
"name": "dgeni-packages",
"version": "0.9.3",
"description": "A collection of dgeni packages for generating documentation from source code",
"scripts": {
"test": "node ./node_modules/jasmine-node/bin/jasmine-node */spec",
"cover": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node -- */spec"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/dgeni-packages.git"
},
"keywords": [
"ngdoc",
"angular",
"angularjs",
"dgeni",
"document generation",
"javascript",
"jsdoc"
],
"author": "Pete Bacon Darwin",
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"bugs": {
"url": "https://github.com/angular/dgeni-packages/issues"
},
"dependencies": {
"dgeni": "~0.3.0",
"canonical-path": "0.0.2",
"lodash": "~2.4.1",
"winston": "~0.7.2",
"graceful-fs": "~2.0.1",
"q": "~1.0.0",
"glob": "~3.2.8",
"q-io": "~1.10.9",
"nunjucks": "~1.0.1",
"catharsis": "^0.7.0",
"esprima": "^1.0.4",
"change-case": "^2.1.0",
"marked": "~0.2.10",
"node-html-encoder": "0.0.2"
},
"peerDependencies": {
"dgeni": "~0.3.0"
},
"devDependencies": {
"rewire": "~2.0.0",
"jasmine-node": "~2.0.0",
"di": "~0.0.1"
},
"contributors": [
"Peter Bacon Darwin <pete@bacondarwin.com>",
"Andy Joslin <andytjoslin@gmail.com>",
"Julie <ju.ralph@gmail.com>",
"Kevin Rowe <kevinrowe@outlook.com>",
"Pascal Precht <pascal.precht@googlemail.com>",
"Konstantinos Rousis <rousisk@gmail.com>",
"Stéphane Reynaud <forresst@voila.fr>",
"Matthew Harris <ftmomatt@gmail.com>"
]
}