-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 755 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 755 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
{
"name": "toolsforspotify",
"version": "0.9.1",
"description": "A collection of web-based tools for spotify playlists.",
"main": "server.js",
"author": "Julian Blazek <julian.blazek@outlook.de>",
"scripts": {
"start": "node --icu-data-dir=node_modules/full-icu server.js"
},
"dependencies": {
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^4.0.3",
"full-icu": "^1.3.1",
"helmet": "^3.22.0",
"spotify-web-api-node": "^4.0.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://github.com/nailujx86/toolsforspotify"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}