forked from hwiley-dev/DemocracyJukebox
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 911 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
{
"name": "expresstemplate-static",
"version": "1.0.0",
"description": "A boilerplate project that sets up file structure and quick server set-up for an express app using static assets.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"morgan": "^1.9.0",
"mysql2": "^3.6.5",
"sequelize": "^6.35.1",
"youtube-player": "^5.5.0",
"youtube-search": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teachcoding/expresstemplate-static.git"
},
"bugs": {
"url": "https://github.com/teachcoding/expresstemplate-static/issues"
},
"homepage": "https://github.com/teachcoding/expresstemplate-static#readme"
}