-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 908 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
{
"name": "github-mood-light",
"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/Debdutto/github-mood-light.git"
},
"keywords": [
"github",
"music"
],
"author": "Debdutto Chakraborty",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/Debdutto/github-mood-light/issues"
},
"homepage": "https://github.com/Debdutto/github-mood-light#readme",
"dependencies": {
"chalk": "^1.1.3",
"cross-env": "^3.1.2",
"express": "^4.14.0",
"helmet": "^2.2.0",
"ip": "^1.1.3",
"minimist": "^1.2.6",
"path": "^0.12.7",
"redis": "^3.1.1",
"request": "^2.88.2",
"socket.io": "^4.5.2"
}
}