gh-pages/package.json

50 lines
1 KiB
JSON
Raw Normal View History

2014-03-18 18:30:44 -04:00
{
"name": "gh-pages",
2016-03-02 11:35:45 -05:00
"version": "0.11.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-08 11:20:08 -05:00
"pretest": "eslint lib test bin/gh-pages",
2015-12-02 10:13:55 -05:00
"test": "mocha --recursive test"
2014-03-18 18:30:44 -04:00
},
"dependencies": {
"async": "1.5.2",
2015-12-02 10:21:12 -05:00
"commander": "2.9.0",
"globby": "^4.0.0",
2015-12-02 10:21:12 -05:00
"graceful-fs": "4.1.2",
"q": "1.4.1",
"q-io": "1.13.2",
2016-04-24 14:46:25 -04:00
"rimraf": "^2.5.2"
2014-03-18 18:30:44 -04:00
},
"devDependencies": {
2015-12-02 10:21:12 -05:00
"chai": "^3.4.1",
"eslint": "2.8.0",
"eslint-config-tschaub": "4.0.0",
2015-12-02 10:21:12 -05:00
"mocha": "^2.3.4"
},
"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
}
}