UNPKG

github-issues

Version:

A utility to fetch github issues

43 lines (42 loc) 1.09 kB
{ "name": "github-issues", "version": "1.1.3", "description": "A utility to fetch github issues", "main": "src/index.js", "scripts": { "codestyle": "./node_modules/.bin/jscs -p google src/index.js tests/*.js", "lint": "./node_modules/.bin/jshint", "test": "node ./node_modules/.bin/lab -r tap tests/*-test.js | ./node_modules/.bin/tap-spec", "test-cov": "node ./node_modules/.bin/lab -t 75 tests/*-test.js", "test-cov-html": "node ./node_modules/.bin/lab -r html -o coverage.html tests/*-test.js" }, "precommit": [ "codestyle", "lint", "test", "test-cov" ], "repository": { "type": "git", "url": "git@github.com:diasdavid/github-issues.git" }, "keywords": [ "issues", "github", "bananas" ], "author": "David Dias <daviddias.p@gmail.com>", "license": "MIT", "dependencies": { "duplex": "^1.0.0", "request": "^2.37.0" }, "devDependencies": { "jshint": "^2.5.2", "precommit-hook": "^1.0.2", "code": "^1.2.1", "jscs": "^1.7.3", "lab": "^5.0.3", "tap-spec": "^2.1.0" } }