2014-03-18 18:30:44 -04:00
|
|
|
{
|
|
|
|
"name": "gh-pages",
|
2015-12-06 15:23:06 -05:00
|
|
|
"version": "0.7.0",
|
2014-03-18 18:30:44 -04:00
|
|
|
"description": "Publish to a gh-pages branch on GitHub (or any other branch on any other remote)",
|
|
|
|
"keywords": [
|
|
|
|
"git",
|
|
|
|
"gh-pages",
|
|
|
|
"github"
|
|
|
|
],
|
|
|
|
"author": {
|
|
|
|
"name": "Tim Schaub",
|
|
|
|
"url": "http://tschaub.net/"
|
|
|
|
},
|
2015-06-11 12:08:49 -04:00
|
|
|
"license": "MIT",
|
2014-03-18 18:30:44 -04:00
|
|
|
"homepage": "https://github.com/tschaub/gh-pages",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/tschaub/gh-pages.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tschaub/gh-pages/issues"
|
|
|
|
},
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"scripts": {
|
2015-12-02 10:13:55 -05:00
|
|
|
"pretest": "eslint lib test",
|
|
|
|
"test": "mocha --recursive test"
|
2014-03-18 18:30:44 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-12-02 10:21:12 -05:00
|
|
|
"async": "1.5.0",
|
|
|
|
"commander": "2.9.0",
|
2015-05-07 23:38:45 -04:00
|
|
|
"glob": "~4.0.2",
|
2015-12-02 10:21:12 -05:00
|
|
|
"graceful-fs": "4.1.2",
|
|
|
|
"q": "1.4.1",
|
|
|
|
"q-io": "1.13.2",
|
|
|
|
"wrench": "1.5.8"
|
2014-03-18 18:30:44 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-12-02 10:21:12 -05:00
|
|
|
"chai": "^3.4.1",
|
2015-12-02 10:13:55 -05:00
|
|
|
"eslint": "^1.10.3",
|
|
|
|
"eslint-config-tschaub": "^2.0.0",
|
2015-12-02 10:21:12 -05:00
|
|
|
"mocha": "^2.3.4"
|
2015-05-07 23:38:45 -04:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"gh-pages": "bin/gh-pages"
|
2015-12-02 10:13:55 -05:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "tschaub"
|
2014-03-18 18:30:44 -04:00
|
|
|
}
|
|
|
|
}
|