-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "boogie-box",
"version": "1.0.0",
"description": "A jukebox-like app",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remote-control-pigeon/boogie-box.git"
},
"author": "FASM",
"license": "ISC",
"bugs": {
"url": "https://github.com/remote-control-pigeon/boogie-box/issues"
},
"homepage": "https://github.com/remote-control-pigeon/boogie-box#readme",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"grunt": "^1.0.1",
"grunt-nodemon": "^0.4.2",
"grunt-shell": "^2.1.0",
"morgan": "^1.8.1",
"path": "^0.12.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-player": "^0.14.3",
"request": "^2.81.0",
"sequelize": "^3.30.2",
"socket.io": "^1.7.3",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-watch": "^1.0.0"
}
}