-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 900 Bytes
/
package.json
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
38
{
"name": "jabbar",
"version": "1.0.0",
"description": "Find out who is interested in your code",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": "src/cli.js",
"repository": {
"type": "git",
"url": "git+https://github.com/RichardLitt/jabbar.git"
},
"keywords": [
"github",
"stargazers",
"watchers"
],
"author": "Richard Littauer <[email protected]> (https://burntfen.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RichardLitt/jabbar/issues"
},
"homepage": "https://github.com/RichardLitt/jabbar#readme",
"dependencies": {
"@octokit/graphql": "^4.2.0",
"colors": "^1.4.0",
"is-github-user-or-org": "^1.2.0",
"lodash": "^4.17.15",
"meow": "^5.0.0",
"moment": "^2.24.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^6.2.1"
}
}