-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 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
{
"name": "grunt-docular",
"description": "Extensible Documentation Generation Based on AngularJS's Documentation Generation",
"version": "0.2.4",
"homepage": "http://grunt-docular.com",
"author": {
"name": "Stephen Liberty",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Vertafore/grunt-docular"
},
"bugs": {
"url": "https://github.com/Vertafore/grunt-docular/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"docular": "~0.8.0",
"docular-ng-plugin": "*",
"docular-markdown-plugin": "*",
"colors": "*",
"express": "*",
"connect-livereload": "*"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "*",
"grunt-bump": "*"
},
"keywords": [
"gruntplugin", "angular", "angularjs", "documentation"
]
}