-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 772 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 772 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
30
{
"name": "gh-pages-deploy",
"version": "0.5.1",
"description": "deploy to gh-pages with one command",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "./bin/gh-pages-deploy"
},
"author": "meandave",
"license": "MIT",
"bin": "./bin/gh-pages-deploy",
"gh-pages-deploy": {
"staticpath": "example"
},
"repository": {
"type": "git",
"url": "https://github.com/meandavejustice/gh-pages-deploy.git"
},
"bugs": {
"url": "https://github.com/meandavejustice/gh-pages-deploy.git"
},
"homepage": "https://github.com/meandavejustice/gh-pages-deploy",
"dependencies": {
"chalk": "^1.1.1",
"gasket": "^2.0.0",
"prompt": "1.0.0",
"require-module": "^0.1.0"
}
}