UNPKG

github-backup

Version:
60 lines (59 loc) 1.31 kB
{ "name": "github-backup", "version": "0.2.0", "description": "Backup GitHub repositories locally", "main": "bin/github-backup.js", "bin": "bin/github-backup.js", "preferGlobal": true, "scripts": { "lint-js": "bash -c \"jshint bin/*.js lib/*.js\"" }, "repository": { "type": "git", "url": "git://github.com/ericlathrop/github-backup.git" }, "keywords": [ "git", "backup", "github" ], "author": "Eric Lathrop <eric@ericlathrop.com> (http://ericlathrop.com/)", "license": "MIT", "bugs": { "url": "https://github.com/ericlathrop/github-backup/issues" }, "homepage": "https://github.com/ericlathrop/github-backup", "dependencies": { "argparse": "^1.0.7", "bluebird": "^2.3.2" }, "devDependencies": { "jshint": "^2.5.5" }, "jshintConfig": { "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "indent": 4, "latedef": "nofunc", "newcap": true, "noarg": true, "node": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": "double", "unused": "strict", "trailing": true, "browser": true, "devel": true, "globalstrict": true, "globals": { "module": false, "require": false } } }