2014-03-18 18:30:44 -04:00
|
|
|
{
|
|
|
|
"name": "gh-pages",
|
2015-06-11 12:08:57 -04:00
|
|
|
"version": "0.3.1",
|
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": {
|
|
|
|
"test": "node tasks.js lint test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-05-15 17:50:08 -04:00
|
|
|
"async": "0.2.9",
|
2015-05-07 23:38:45 -04:00
|
|
|
"commander": "~2.8.1",
|
|
|
|
"glob": "~4.0.2",
|
|
|
|
"graceful-fs": "2.0.1",
|
2014-05-15 17:50:08 -04:00
|
|
|
"lodash": "~2.4.1",
|
2015-05-07 23:38:45 -04:00
|
|
|
"q": "~1.0.1",
|
|
|
|
"q-io": "~1.11.0",
|
|
|
|
"wrench": "1.5.1"
|
2014-03-18 18:30:44 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "~1.18.2",
|
2014-05-30 08:36:26 -04:00
|
|
|
"jshint": "~2.4.4",
|
|
|
|
"chai": "~1.9.1"
|
2015-05-07 23:38:45 -04:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"gh-pages": "bin/gh-pages"
|
2014-03-18 18:30:44 -04:00
|
|
|
}
|
|
|
|
}
|