-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 923 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
38
39
40
41
{
"name": "slack-edgar-facts",
"version": "1.0.0",
"description": "Slack Slash command for facts about @apechimp's :dog:, Edgar",
"main": "index.js",
"engines": {
"node": "^12",
"npm": "^2"
},
"scripts": {
"start": "babel-node index.js",
"test": "standard && babel-node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apechimp/slack-edgar-facts.git"
},
"keywords": [
"slack",
"edgar",
"dog",
"facts"
],
"author": "Mike Atkins",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/apechimp/slack-edgar-facts/issues"
},
"homepage": "https://github.com/apechimp/slack-edgar-facts#readme",
"dependencies": {
"babel": "^5.6.4",
"concat-stream": "^1.5.0",
"edgar-facts": "^1.0.10",
"xtend": "^4.0.0"
},
"devDependencies": {
"nock": "^2.6.0",
"standard": "^4.3.2",
"tape": "^4.0.0"
}
}