-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 854 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": "slack-resourcebot",
"version": "1.0.0",
"description": "Slackbot for managing resource use",
"main": "bot.js",
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.15.0",
"bunyan": "1.8.1",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"jfs": "^0.2.6",
"moment-timezone": "^0.5.5",
"mongodb": "^2.1",
"monkii": "^1.2.0",
"mustache": "^2.2.1",
"request": "^2.69.0",
"sprintf-js": "^1.0.3",
"underscore": "^1.8.3",
"ws": "^1.0.1"
},
"devDependencies": {
"node-env-file": "^0.1.8",
"nodemon": "^1.10.2",
"tap-spec": "^4.1.1",
"tape": "^4.2.2"
},
"scripts": {
"test": "node test/*-test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/pariser/resourcebot"
},
"author": "[email protected]",
"license": "MIT"
}