-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 841 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 841 Bytes
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
{
"name": "docular-doc-api-angular",
"version": "0.0.3",
"description": "Docular doc api for angular. Logic for the parsing and documentation generation as well as CSS and angular module extneions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gitsome/docular-doc-api-angular.git"
},
"keywords": [
"Docular",
"documentation",
"angular"
],
"author": {
"name": "John David Martin"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gitsome/docular-doc-api-angular/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/gitsome/docular-doc-api-angular",
"_id": "docular-doc-api-angular@0.0.2",
"_from": "docular-doc-api-angular@*"
}