-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 973 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
37
38
39
40
41
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nodemon --harmony ./server/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluetooth-serial-port": "^1.2.6",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.6",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"fingerprintjs2": "^1.0.0-rc3",
"firebase": "^2.3.2",
"jquery": "^2.1.4",
"lame": "^1.2.3",
"mplayer": "^2.0.1",
"noble": "^1.2.1",
"node-fetch": "^1.3.3",
"node-soundcloud": "0.0.4",
"player": "^0.6.1",
"querystring": "^0.2.0",
"react": "^0.14.3",
"react-bootstrap": "^0.28.1",
"react-dom": "^0.14.3",
"request": "^2.67.0",
"soundcloud": "^3.0.1",
"speaker": "^0.2.6",
"wav": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-react": "^6.1.18",
"webpack": "^1.12.9"
}
}