forked from angular-schule/angular-cli-ghpages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 902 Bytes
/
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
{
"name": "angular-cli-ghpages",
"version": "0.5.2",
"description": "Publish to any gh-pages branch on GitHub (or any other branch on any other remote). Made for angular-cli users.",
"main": "index.js",
"bin": {
"angular-cli-ghpages": "bin/angular-cli-ghpages",
"ngh": "bin/angular-cli-ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-schule/angular-cli-ghpages.git"
},
"bugs": {
"url": "https://github.com/angular-schule/angular-cli-ghpages/issues"
},
"author": {
"name": "Angular.Schule Team",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"gh-pages": "0.12.0",
"denodeify": "1.2.1",
"commander": "2.9.0",
"fs-extra": "3.0.1"
},
"keywords": ["angular", "angular-cli", "git", "github pages", "gh-pages", "ghpages", "angular-cli-ghpages", "angular-cli-github-pages"]
}