UNPKG

644 BJSONView Raw
1{
2 "name": "heroku-cli-oauth",
3 "version": "1.1.0",
4 "description": "Heroku CLI plugin to manage OAuth clients.",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha && jshint ."
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/heroku/heroku-oauth.git"
12 },
13 "keywords": [
14 "heroku-plugin"
15 ],
16 "author": "Jeff Dickey (@dickeyxxx)",
17 "license": "ISC",
18 "bugs": {
19 "url": "https://github.com/heroku/heroku-oauth/issues"
20 },
21 "homepage": "https://github.com/heroku/heroku-oauth",
22 "dependencies": {
23 "co": "4.6.0",
24 "heroku-cli-util": "5.7.3"
25 },
26 "devDependencies": {
27 "jshint": "*"
28 }
29}