-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 817 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 817 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
29
30
31
32
33
34
{
"name": "steam-buddy",
"version": "2.1.0",
"description": "Steam integration for fastchat",
"main": "steambuddy.js",
"scripts": {
"start": "make run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engine": {
"node": "0.12.2"
},
"repository": {
"type": "git",
"url": "https://github.com/stormageddon/steam-buddy.git"
},
"author": "Mike Caputo",
"license": "MIT",
"bugs": {
"url": "https://github.com/stormageddon/steam-buddy/issues"
},
"homepage": "https://github.com/stormageddon/steam-buddy",
"dependencies": {
"async": "^1.4.2",
"coffee-script": "^1.9.3",
"hapi": "^12.1.0",
"pg": "^4.5.5",
"q": "^1.4.1",
"request": "^2.54.0",
"slack-client": "^1.4.1",
"socket.io-client": "0.9.16",
"xml2js": "^0.4.6"
}
}