-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
39 lines (39 loc) · 1.3 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
{
"name": "dgeni-example",
"version": "0.0.0",
"private": true,
"description": "[dgeni](https://github.com/angular/dgeni) is a documentation generator developed by the [Angular team](https://github.com/angular). Ironically it lacks documentation right now, so we try to develop a very simple step-by-step-guide here, until a better documentation is available. Please share and fork this Gist.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/petebacondarwin/dgeni-example.git"
},
"author": "Pete Bacon Darwin",
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"bugs": {
"url": "https://github.com/petebacondarwin/dgeni-example/issues"
},
"homepage": "https://github.com/petebacondarwin/dgeni-example",
"devDependencies": {
"dgeni": "^0.4.0",
"dgeni-packages": "^0.16.0",
"gulp": "^3.5.6",
"grunt": "^0.4.4",
"canonical-path": "0.0.2"
},
"contributors": [
"Pete Bacon Darwin <[email protected]>",
"Donald Pipowitch <[email protected]>",
"sroe <[email protected]>",
"fvanderwielen <[email protected]>",
"Olivier Combe <[email protected]>"
]
}