forked from petebacondarwin/dgeni-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.39 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
{
"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": {
"bower": "^1.3.12",
"canonical-path": "0.0.2",
"del": "^0.1.3",
"dgeni": "^0.4.0",
"dgeni-packages": "git://github.com/angular/dgeni-packages.git#angular-docs",
"gulp": "^3.5.6",
"run-sequence": "^1.0.1"
},
"contributors": [
"Pete Bacon Darwin <[email protected]>",
"Donald Pipowitch <[email protected]>",
"sroe <[email protected]>",
"fvanderwielen <[email protected]>",
"Olivier Combe <[email protected]>"
]
}