forked from debugger22/github-audio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 835 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": "github-audio",
"version": "1.0.0",
"description": "Listen to music generated by events across GitHub",
"main": "index.js",
"scripts": {
"test": "test",
"start": "cross-env NODE_ENV=development node server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/debugger22/github-audio.git"
},
"keywords": [
"github",
"music"
],
"author": "Sudhanshu Mishra",
"license": "MIT",
"bugs": {
"url": "https://github.com/debugger22/github-audio/issues"
},
"homepage": "https://github.com/debugger22/github-audio#readme",
"dependencies": {
"chalk": "^1.1.3",
"express": "^4.14.0",
"helmet": "^2.2.0",
"ip": "^1.1.3",
"minimist": "^1.2.0",
"path": "^0.12.7",
"redis": "^2.6.2",
"request": "^2.75.0",
"socket.io": "^1.4.8"
}
}