-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 912 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 912 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
{
"name": "playlistr",
"version": "1.0.0",
"description": "As a user I would like to be able to input an artist and have the site generate a playlist",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.13.3",
"express": "^4.13.3",
"express-session": "^1.11.3",
"hbs": "^3.1.0",
"method-override": "^2.3.5",
"nodemon": "^1.4.1",
"passport": "^0.3.0",
"passport-spotify": "^0.3.0",
"pg": "4.4.1",
"pg-hstore": "^2.3.2",
"sequelize": "^3.6.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/msteffan/playlistr.git"
},
"bugs": {
"url": "https://github.com/msteffan/playlistr/issues"
},
"homepage": "https://github.com/msteffan/playlistr#readme"
}