paulwalko.github.io/node_modules/gulp-gh-pages/package.json

98 lines
2.5 KiB
JSON
Raw Normal View History

2016-06-09 17:51:55 -04:00
{
"name": "gulp-gh-pages",
"version": "0.5.4",
"description": "gulp plugin to publish contents to Github pages",
"repository": {
"type": "git",
"url": "git+https://github.com/shinnn/gulp-gh-pages.git"
},
"license": "MIT",
"author": {
"name": "Micheal Benedict",
"email": "micheal@visionmasterdesigns.com",
"url": "https://github.com/rowoot"
},
"contributors": [
{
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
}
],
"keywords": [
"git",
"push",
"commit",
"branch",
"deploy",
"deployment",
"publish",
"site",
"website",
"gulp",
"gulpplugin",
"gh-pages",
"dist",
"github"
],
"files": [
"index.js",
"lib"
],
"scripts": {
"pretest": "eslint --config @shinnn/node-legacy --env mocha --rule 'no-underscore-dangle: 0' --rule 'camelcase: 0' index.js test.js lib",
"test": "mocha test.js --timeout 50000 --full-trace",
"test-only": "mocha test.js --timeout 50000 --full-trace",
"coverage": "istanbul cover _mocha test.js -x=test.js -- --timeout 50000"
},
"dependencies": {
"gift": "^0.6.1",
"gulp-util": "^3.0.7",
"readable-stream": "^2.0.2",
"rimraf": "^2.4.3",
"vinyl-fs": "^2.2.1",
"wrap-promise": "^1.0.1"
},
"devDependencies": {
"@shinnn/eslint-config-node-legacy": "^1.0.0",
"eslint": "^1.7.2",
"graceful-fs": "^4.1.2",
"istanbul": "^0.4.0",
"log-symbols": "^1.0.2",
"mocha": "^2.3.3",
"node-uuid": "^1.4.3",
"octonode": "^0.7.4",
"read-remove-file": "^3.0.0",
"vinyl": "^1.0.0"
},
"gitHead": "e740e1c4d8789317db706b3fdb712d82454cbc03",
"bugs": {
"url": "https://github.com/shinnn/gulp-gh-pages/issues"
},
"homepage": "https://github.com/shinnn/gulp-gh-pages#readme",
"_id": "gulp-gh-pages@0.5.4",
"_shasum": "a6732ca475ab9b5a53253c1c24734c40c21b6546",
"_from": "gulp-gh-pages@*",
"_npmVersion": "3.3.8",
"_nodeVersion": "4.2.1",
"_npmUser": {
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
},
"maintainers": [
{
"name": "rowoot",
"email": "micheal@visionmasterdesigns.com"
},
{
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
}
],
"dist": {
"shasum": "a6732ca475ab9b5a53253c1c24734c40c21b6546",
"tarball": "http://registry.npmjs.org/gulp-gh-pages/-/gulp-gh-pages-0.5.4.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-gh-pages/-/gulp-gh-pages-0.5.4.tgz"
}