-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) · 822 Bytes
/
package.json
File metadata and controls
35 lines (34 loc) · 822 Bytes
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": "react-musicplayer",
"version": "1.0.0",
"description": "Simple music player design for React.",
"main": "index.js",
"scripts": {
"start": "sass --watch src/stylesheets/main.scss:dist/stylesheets/main.css",
"test": "echo \"Error: no test specified\" && exit 1",
"build" : "webpack --watch"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Puneeth Shetty <puneeth102@gmail.com>",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"babel": "^5.5.4",
"babel-core": "^5.5.4",
"babel-loader": "^5.1.4",
"classnames": "^2.1.2",
"jsx-loader": "^0.13.2",
"node-libs-browser": "^0.5.2",
"react": "^0.13.3",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
}
}