-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.9 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "Melody-Map",
"version": "1.0.0",
"author": "WaterlooATX",
"repository": {
"type": "git",
"url": "git+https://github.com/WaterlooATX/MelodyMap.git"
},
"description": "Easily locate concerts Designed not only to keep you informed when your favorite bands come to your area, but also to help you discover new artists that you might enjoy.",
"license": "ISC",
"scripts": {
"start": "nodemon server/server.js",
"lint": "node ./node_modules/eslint/bin/eslint.js ./client"
},
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"eslint": "^3.1.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.11.1",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"react-tap-event-plugin": "^1.0.0",
"webpack": "^1.13.1"
},
"dependencies": {
"axios": "^0.13.1",
"babelify": "^7.3.0",
"body-parser": "^1.15.2",
"browserify-middleware": "^7.0.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"google-map-react": "^0.16.3",
"googleplaces": "^0.6.0",
"last.fm.api": "^0.1.3",
"lodash": "^4.14.1",
"middleware": "^1.0.0",
"moment": "^2.14.1",
"mongoose": "^4.5.8",
"nodemon": "^1.10.0",
"parseUri": "^1.2.3-2",
"parseurl": "^1.3.1",
"querystring": "^0.2.0",
"react": "^15.1.0",
"react-datepicker": "^0.29.0",
"react-dom": "^15.0.1",
"react-google-maps": "^4.11.0",
"react-redux": "^4.4.5",
"react-router": "^2.5.1",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"request": "^2.74.0",
"songkick-api": "0.0.2",
"spotify-web-api-js": "^0.19.3",
"spotify-web-api-node": "^2.3.5",
"url": "^0.11.0",
"youtube-api-search": "0.0.5"
}
}