-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 865 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
{
"name": "easy-peasy-bot",
"version": "1.0.0",
"description": "The awesomest bot evar.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"stop": "pkill --signal SIGINT FRed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DEGoodmanWilson/easy-peasy-bot-app.git"
},
"keywords": [
"slack",
"bot"
],
"author": "D.E. Goodman-Wilson",
"license": "MIT",
"bugs": {
"url": "https://github.com/DEGoodmanWilson/easy-peasy-bot-app/issues"
},
"homepage": "https://github.com/DEGoodmanWilson/easy-peasy-bot-app#readme",
"engines": {
"node": "5.1.1"
},
"dependencies": {
"botkit": "0.2.2",
"botkit-storage-mongo": "^1.0.2",
"httpclient": "^0.1.0",
"mongodb": "^1.4.39",
"xmlhttprequest": "^1.8.0"
}
}