forked from mauris/accuser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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": "accuser",
"version": "1.3.0",
"description": "A Github Pull Request bot for assigning people to pull requests",
"main": "index.js",
"scripts": {
"lint": "eslint src ./index.js",
"test": "mocha"
},
"author": "CS2103 Team <[email protected]>",
"contributors": [
{
"name": "Yunpeng Niu",
"email": "[email protected]",
"url": "https://yunpengn.github.io/"
},
{
"name": "Louis Lai",
"email": "[email protected]"
},
{
"name": "Sam Yong",
"email": "[email protected]",
"url": "http://mauris.sg/"
}
],
"homepage": "https://github.com/nus-cs2103/accuser",
"repository": {
"type": "git",
"url": "https://github.com/nus-cs2103/accuser.git"
},
"license": "MIT",
"engine": {
"node": ">=8.10.0"
},
"dependencies": {
"@octokit/rest": "^16.35.2"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1",
"mocha": "^3.0.2",
"sinon": "^6.1.5"
}
}