-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 950 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
{
"name": "reporobot",
"version": "0.0.0",
"description": "a bot that interacts with git-it",
"main": "server.js",
"scripts": {
"start": "node server.js",
"wrongbranch": "DEBUG=* node tests/test-wrongbranch.js",
"manyfiles": "DEBUG=* node tests/test-toomanyfiles.js",
"test": "npm run wrongbranch && npm run manyfiles"
},
"author": "Jessica Lord",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/lhl-reporobot/reporobot.git"
},
"bugs": {
"url": "https://github.com/lhl-reporobot/reporobot/issues"
},
"dependencies": {
"asciify": "~1.3.3",
"async": "~0.2.10",
"btoa": "~1.1.2",
"concat-stream": "~1.4.0",
"debug": "~2.1.1",
"github-api": "^3.4.0",
"handlebars": "~1.3.0",
"request": "~2.33.0",
"run-parallel": "^1.0.0",
"tape": "~3.0.3",
"dotenv": "16.4.4"
},
"devDependencies": {
"standard": "^8.0.0"
}
}