-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.2 KB
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
44
45
46
47
48
49
{
"name": "soundwave",
"version": "1.0.0",
"description": "A simple interface to listen songs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js",
"serve": "nodemon server/server.js"
},
"keywords": [
"Sound",
"Music",
"React",
"Redux"
],
"author": "Jalak Vora",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"bower": "^1.8.0",
"express": "^4.14.0",
"muicss": "^0.9.9-rc2",
"path": "^0.12.7",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"request": "^2.81.0",
"ytdl-core": "^0.11.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"css-loader": "^0.26.1",
"muicss": "^0.9.9-rc2",
"node-inspector": "^1.0.0",
"node-sass": "^4.5.0",
"nodemon": "^1.11.0",
"sass-loader": "^6.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.13.2"
}
}