pimatic
Version:
A home automation server and framework for the Raspberry PI running on node.js
68 lines (67 loc) • 1.61 kB
JSON
{
"name": "gethub",
"version": "2.0.2",
"description": "Download a github repository to a folder using the .tar.gz bundle",
"main": "index.js",
"dependencies": {
"hyperquest": "^1.2.0",
"rimraf": "^2.5.0",
"tar": "^2.2.1",
"promise": "^7.1.1"
},
"devDependencies": {
"mocha": "^1.18.0",
"linify": "~1.0.1"
},
"scripts": {
"test": "mocha -R spec",
"prepublish": "linify transform ./bin"
},
"bin": {
"gethub": "./bin/gethub"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/gethub.git"
},
"keywords": [
"github",
"download",
"tar",
"gz",
"bundle",
"folder",
"directory"
],
"author": {
"name": "ForbesLindesay"
},
"license": "MIT",
"gitHead": "4e90e6dd01cd2754667a14c5e6f35bf7440fc09c",
"bugs": {
"url": "https://github.com/ForbesLindesay/gethub/issues"
},
"homepage": "https://github.com/ForbesLindesay/gethub",
"_id": "gethub@2.0.2",
"_shasum": "9a690f2e0779f50bd4abb0a71399d765e403e7ef",
"_from": "gethub@>=2.0.2 <3.0.0",
"_npmVersion": "2.7.1",
"_nodeVersion": "1.6.2",
"_npmUser": {
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
"dist": {
"shasum": "9a690f2e0779f50bd4abb0a71399d765e403e7ef",
"tarball": "https://registry.npmjs.org/gethub/-/gethub-2.0.2.tgz"
},
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/gethub/-/gethub-2.0.2.tgz",
"readme": "ERROR: No README data found!"
}