UNPKG

966 BJSONView Raw
1{
2 "name": "gh-pages",
3 "version": "0.4.0",
4 "description": "Publish to a gh-pages branch on GitHub (or any other branch on any other remote)",
5 "keywords": [
6 "git",
7 "gh-pages",
8 "github"
9 ],
10 "author": {
11 "name": "Tim Schaub",
12 "url": "http://tschaub.net/"
13 },
14 "license": "MIT",
15 "homepage": "https://github.com/tschaub/gh-pages",
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/tschaub/gh-pages.git"
19 },
20 "bugs": {
21 "url": "https://github.com/tschaub/gh-pages/issues"
22 },
23 "main": "lib/index.js",
24 "scripts": {
25 "test": "node tasks.js lint test"
26 },
27 "dependencies": {
28 "async": "0.2.9",
29 "commander": "~2.8.1",
30 "glob": "~4.0.2",
31 "graceful-fs": "2.0.1",
32 "lodash": "~2.4.1",
33 "q": "~1.0.1",
34 "q-io": "~1.11.0",
35 "wrench": "1.5.1"
36 },
37 "devDependencies": {
38 "mocha": "~1.18.2",
39 "jshint": "~2.4.4",
40 "chai": "~1.9.1"
41 },
42 "bin": {
43 "gh-pages": "bin/gh-pages"
44 }
45}