-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
31 lines (31 loc) · 835 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
{
"name": "probot-snooze",
"version": "1.0.0",
"description": "a GitHub integration that temporarily closes issues and pull requests on demand. It will reopen then in the future as specified",
"author": "Jamie Jones",
"license": "ISC",
"repository": "https://github.com/jbjonesjr/probot-snooze.git",
"scripts": {
"start": "probot run ./index.js",
"test": "mocha && xo --extend probot"
},
"dependencies": {
"bravey": "^0.1.2",
"chrono-node": "^1.3.4",
"moment": "^2.18.1",
"probot": "^0.11.0",
"probot-metadata": "^1.0.0",
"probot-scheduler": "1.0.2"
},
"devDependencies": {
"eslint-config-probot": ">=0.1.0",
"expect": "^1.20.2",
"localtunnel": "^1.8.2",
"mocha": "^3.2.0",
"xo": "^0.18.0"
},
"engines": {
"node": "= 7.8.0",
"npm": ">= 4.0.0"
}
}