UNPKG

rink

Version:

Node wrapper around the hockeyapp API.

33 lines (32 loc) 684 B
{ "name": "rink", "version": "0.0.6", "description": "Node wrapper around the hockeyapp API.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@github.com:ynohat/rink.git" }, "keywords": [ "hockeyapp" ], "bin": { "rink": "./bin/rink.js" }, "author": "Anthony Hogg", "license": "MIT", "bugs": { "url": "https://github.com/ynohat/rink/issues" }, "homepage": "https://github.com/ynohat/rink", "dependencies": { "commander": "^2.8.1", "js-yaml": "^3.3.1", "lodash": "^3.8.0", "promise": "^7.0.1", "request": "^2.55.0" } }