-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 768 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
36
37
38
39
{
"name": "node-express-spotify-auth",
"version": "0.0.1",
"description": "Handles token exchange for the Spotify Authorization Code flow",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"debug": "^4.1.0",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"morgan": "^1.9.1",
"pug": "^2.0.3",
"querystring": "^0.2.0",
"request": "^2.88.0",
"serve-favicon": "~2.4.5"
},
"engines": {
"node": "6.8.0"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"node",
"heroku",
"express"
],
"author": "Chrissy Semens",
"contributors": [
""
],
"license": "MIT"
}