forked from heroku/heroku-cli-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 905 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "heroku-cli-oauth",
"description": "Heroku CLI plugin to manage OAuth clients.",
"version": "2.0.2",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": {
"url": "https://github.com/heroku/heroku-oauth/issues"
},
"dependencies": {
"co": "4.6.0",
"heroku-cli-util": "5.10.11",
"lodash": "4.12.0"
},
"devDependencies": {
"mocha": "2.4.5",
"mocha-junit-reporter": "1.11.1",
"nock": "8.0.0",
"nyc": "6.4.4",
"standard": "7.1.0",
"unexpected": "10.13.2"
},
"homepage": "https://github.com/heroku/heroku-oauth",
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/heroku/heroku-oauth.git"
},
"scripts": {
"postversion": "npm publish && git push && git push --tags",
"preversion": "npm test",
"test": "nyc mocha && standard"
}
}