-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 912 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
{
"name": "crowdify",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/veniversum/crowdify.git"
},
"keywords": [
"spotify",
"node",
"music",
"mongodb"
],
"author": "Nick, Qingzhuo, Chris and Daniel",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/veniversum/crowdify/issues"
},
"homepage": "https://github.com/veniversum/crowdify#readme",
"dependencies": {
"body-parser": "1.3.1",
"consolidate": "^0.10.0",
"cookie-parser": "1.3.1",
"express": "^4.14.0",
"express-session": "1.4.0",
"method-override": "2.0.2",
"mongoose": "^4.7.9",
"passport": "~0.2.0",
"passport-spotify": "^0.3.1",
"spotify-web-api-node": "^2.3.6",
"swig": "~1.4.2",
"mongoose-slug-generator": "~1.0.4"
}
}