-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "github-label-notify",
"version": "1.2.0",
"description": "Get notified about new issues with specific label.",
"dependencies": {
"commander": "^2.9.0",
"configstore": "^2.0.0",
"forever": "^0.15.1",
"github": "^0.2.4",
"inquirer": "^1.0.2",
"jsonfile": "^2.3.1",
"node-ifttt-maker": "^0.1.2",
"node-persist": "0.0.11",
"node-schedule": "^1.1.0",
"trim": "0.0.1"
},
"bin": {
"glnotify": "./glnotify.js"
},
"devDependencies": {
"assert": "^1.4.0",
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/benjamincongdon/github-label-notify.git"
},
"author": "Benjamin Congdon",
"license": "MIT",
"bugs": {
"url": "https://github.com/benjamincongdon/github-label-notify/issues"
},
"homepage": "https://github.com/benjamincongdon/github-label-notify#readme",
"main": "index.js",
"keywords": [
"github",
"notify",
"notification",
"label",
"issue"
]
}