-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.41 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.41 KB
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
{
"name": "scribe-packages",
"version": "0.0.1",
"description": "A collection of frontend packages for generating documentation with dgeni",
"scripts": {
"test": "jasmine-node .",
"cover": "istanbul cover jasmine-node -- .",
"docs": "dgeni ./docs"
},
"repository": {
"type": "git",
"url": "https://github.com/itsluke/scribe-packages.git"
},
"keywords": [
"scribe",
"dgeni",
"cssdoc",
"document generation",
"javascript",
"jsdoc"
],
"author": "Luke Ngakane",
"license": "MIT",
"bugs": {
"url": "https://github.com/itsluke/scribe-packages/issues"
},
"peerDependencies": {
"dgeni": "^0.4.0"
},
"dependencies": {
"canonical-path": "0.0.2",
"catharsis": "^0.8.1",
"change-case": "^2.1.0",
"css": "^2.2.1",
"dgeni": "^0.4.0",
"espree": "^2.2.3",
"estraverse": "^4.1.0",
"glob": "~3.2.8",
"gonzales-ast": "0.0.6",
"htmlparser2": "^3.7.3",
"lodash": "~2.4.1",
"marked": "^0.3.2",
"minimatch": "^0.3.0",
"node-html-encoder": "0.0.2",
"nunjucks": "^1.2.0",
"q": "~1.0.0",
"q-io": "~1.10.9",
"semver": "^4.3.4",
"shelljs": "^0.5.0",
"spdx-license-list": "^2.1.0",
"stringmap": "^0.2.2",
"winston": "~0.7.2"
},
"devDependencies": {
"istanbul": "^0.2.7",
"jasmine-node": "^2.0.0",
"rewire": "~2.0.0"
},
"contributors": [
"Luke Ngakane <hello@luke.ng>"
]
}