mirror of
https://github.com/scratchfoundation/gh-pages.git
synced 2024-11-25 00:38:07 -05:00
49 lines
1 KiB
JSON
49 lines
1 KiB
JSON
{
|
|
"name": "gh-pages",
|
|
"version": "0.11.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 bin/gh-pages",
|
|
"test": "mocha --recursive test"
|
|
},
|
|
"dependencies": {
|
|
"async": "1.5.2",
|
|
"commander": "2.9.0",
|
|
"globby": "^4.0.0",
|
|
"graceful-fs": "4.1.2",
|
|
"q": "1.4.1",
|
|
"q-io": "1.13.2",
|
|
"wrench": "1.5.8"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"eslint": "2.3.0",
|
|
"eslint-config-tschaub": "4.0.0",
|
|
"mocha": "^2.3.4"
|
|
},
|
|
"bin": {
|
|
"gh-pages": "bin/gh-pages"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "tschaub"
|
|
}
|
|
}
|