mirror of
https://github.com/scratchfoundation/gh-pages.git
synced 2024-11-25 00:38:07 -05:00
63dd7b5bc1
+ lint fix for git.js
46 lines
974 B
JSON
46 lines
974 B
JSON
{
|
|
"name": "gh-pages",
|
|
"version": "0.1.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/"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://tschaub.mit-license.org/"
|
|
}
|
|
],
|
|
"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": {
|
|
"q": "~1.0.1",
|
|
"q-io": "~1.11.0",
|
|
"graceful-fs": "2.0.1",
|
|
"async": "0.2.9",
|
|
"wrench": "1.5.1",
|
|
"lodash": "~2.4.1",
|
|
"grunt": "~0.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"glob": "~3.2.9",
|
|
"mocha": "~1.18.2",
|
|
"jshint": "~2.4.4"
|
|
}
|
|
}
|