gh-pages/package.json
2015-12-02 07:21:12 -08:00

50 lines
1.1 KiB
JSON

{
"name": "gh-pages",
"version": "0.5.0",
"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/"
},
"license": "MIT",
"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": {
"pretest": "eslint lib test",
"test": "mocha --recursive test"
},
"dependencies": {
"async": "1.5.0",
"commander": "2.9.0",
"glob": "~4.0.2",
"graceful-fs": "4.1.2",
"lodash": "~2.4.1",
"q": "1.4.1",
"q-io": "1.13.2",
"wrench": "1.5.8"
},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^1.10.3",
"eslint-config-tschaub": "^2.0.0",
"mocha": "^2.3.4"
},
"bin": {
"gh-pages": "bin/gh-pages"
},
"eslintConfig": {
"extends": "tschaub"
}
}