forked from meenie/console-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 KB
/
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
42
43
44
45
46
{
"name": "console-bot",
"version": "1.0.0",
"description": "Allows savvy developers to chat to a website owner via the browser console.",
"main": "server/index.js",
"scripts": {
"start": "foreman start web",
"postinstall": "jspm install"
},
"repository": {
"type": "git",
"url": "git@github.com:meenie/console-bot.git"
},
"author": "Cody Lundquist",
"license": "MIT",
"bugs": {
"url": "https://github.com/meenie/console-bot/issues"
},
"homepage": "https://github.com/meenie/console-bot",
"jspm": {
"directories": {
"baseURL": "public",
"lib": "public",
"packages": "public/jspm_packages"
},
"dependencies": {
"Automattic/socket.io-client": "github:Automattic/socket.io-client@^1.3.5",
"q": "npm:q@^2.0.3"
}
},
"devDependencies": {
"nodemon": "^1.3.7"
},
"dependencies": {
"confidence": "^1.0.0",
"glue": "^2.0.0",
"good": "^5.1.2",
"good-console": "^4.1.0",
"hapi": "^8.4.0",
"hapio": "^1.1.0",
"hoek": "^2.11.1",
"joi": "^6.0.8",
"jspm": "^0.14.0",
"slack-client": "^1.4.0"
}
}