forked from Vertafore/docular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.23 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
{
"name": "docular",
"description": "Extensible Documentation Generation Based on AngularJS's Documentation Generation",
"version": "0.3.1",
"homepage": "http://grunt-docular.com",
"author": {
"name": "John Martin",
"email": "[email protected]",
"url": "http://johndavidfive.com"
},
"repository": {
"type": "git",
"url": "https://github.com/gitsome/docular.git"
},
"bugs": {
"url": "https://github.com/gitsome/docular/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://johndavidfive.com/docular/blob/master/LICENSE-MIT"
},
{
"type": "CC_by_3.0",
"url": "http://johndavidfive.com/docular/blob/master/LICENSE-CC_by_3.0"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt": "~0.4.1"
},
"dependencies": {
"docular-doc-api-doc": "*",
"docular-doc-api-angular": "*",
"colors": "*",
"q-fs": "*",
"q-io":"*",
"qq": "*",
"node.extend": "*"
},
"keywords": [
"angular",
"angularjs",
"documentation"
]
}