UNPKG

ghteams

Version:

Interact with the GitHub organisation teams API

35 lines (34 loc) 718 B
{ "name": "ghteams", "version": "0.3.0", "description": "Interact with the GitHub organisation teams API", "main": "ghteams.js", "scripts": { "test": "node test.js | faucet" }, "repository": { "type": "git", "url": "https://github.com/rvagg/ghteams.git" }, "keywords": [ "github", "teams", "organisations", "organizations" ], "author": "Rod Vagg <r@va.gg>", "license": "MIT", "bugs": { "url": "https://github.com/rvagg/ghteams/issues" }, "homepage": "https://github.com/rvagg/ghteams", "dependencies": { "ghutils": "~1.2.1", "jsonist": "~1.0.2" }, "devDependencies": { "faucet": "0.0.1", "tape": "~4.0.0", "xtend": "~4.0.0" } }