forked from probot/attachments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 786 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": "probot-attachments",
"version": "1.0.0",
"description": "A Probot extension to add message attachments to comments on GitHub",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest && standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/probot/attachments.git"
},
"keywords": [
"probot",
"probot-extension"
],
"author": "Brandon Keepers",
"license": "ISC",
"bugs": {
"url": "https://github.com/probot/attachments/issues"
},
"homepage": "https://github.com/probot/attachments#readme",
"devDependencies": {
"jest": "^21.2.1",
"jsdom": "^11.3.0",
"probot": "^6.0.0",
"standard": "^10.0.3"
},
"standard": {
"env": [
"jest"
]
}
}