UNPKG

823 BJSONView Raw
1{
2 "name": "heroku-cli-oauth",
3 "description": "Heroku CLI plugin to manage OAuth clients.",
4 "version": "2.0.12",
5 "author": "Jeff Dickey (@dickeyxxx)",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-cli-oauth/issues"
8 },
9 "dependencies": {
10 "co": "4.6.0",
11 "heroku-cli-util": "6.1.17",
12 "lodash": "4.17.4"
13 },
14 "devDependencies": {
15 "mocha": "3.2.0",
16 "mocha-junit-reporter": "1.13.0",
17 "nock": "9.0.4",
18 "nyc": "10.1.2",
19 "standard": "8.6.0",
20 "unexpected": "10.25.0"
21 },
22 "homepage": "https://github.com/heroku/heroku-cli-oauth",
23 "keywords": [
24 "heroku-plugin"
25 ],
26 "license": "ISC",
27 "main": "index.js",
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/heroku/heroku-cli-oauth.git"
31 },
32 "scripts": {
33 "test": "nyc mocha && standard"
34 }
35}