-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 745 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 745 Bytes
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
{
"name": "BringMeHomeBot",
"version": "1.0.0",
"description": "twitter bot for missing persons",
"main": "app.js",
"scripts": {
"start": "node app",
"test": "echo \"Error: no tests\" && exit 0"
},
"author": "tellfinder@uncharted.software",
"readme": "README.md",
"license": "Apache-2.0",
"repository": "https://github.com/unchartedsoftware/BringMeHomeBot",
"dependencies": {
"@slack/client": "^3.11.0",
"bitly": "^4.1.1",
"chalk": "^2.1.0",
"cheerio": "^1.0.0-rc.2",
"express": "^4.15.4",
"node-env-file": "^0.1.8",
"node-readability": "^3.0.0",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"sha1": "^1.1.1",
"twitter": "^1.7.1",
"unshortener": "^0.1.0"
}
}