-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 931 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
{
"name": "roundtable",
"version": "1.0.0",
"description": "A web app for collaborating on cross-platform music playlists",
"private": true,
"scripts": {
"bundle": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Junior-Design/Roundtable-web.git"
},
"keywords": [
"music",
"playlist"
],
"author": "Georgia Tech Junior Design Team 7302",
"bugs": {
"url": "https://github.com/Junior-Design/Roundtable-web/issues"
},
"homepage": "https://github.com/Junior-Design/Roundtable-web",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-responsive-sidebar": "^0.1.16",
"react-router": "^2.6.1",
"styled-components": "^3.1.6",
"superagent": "^3.8.2",
"webpack": "^3.0.0"
}
}