forked from Yengas/nodejs-docker-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 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
{
"name": "application",
"version": "0.0.1",
"description": "A sample backend service that lets you search a database of musics, and rate them.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yengas/nodejs-docker-bootstrap.git"
},
"keywords": [
"nodejs",
"docker",
"bootstrap"
],
"author": "Yengas",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yengas/nodejs-docker-bootstrap/issues"
},
"homepage": "https://github.com/Yengas/nodejs-docker-bootstrap#readme",
"dependencies": {
"body-parser": "^1.16.0",
"bunyan": "^1.8.5",
"dotenv": "^4.0.0",
"express": "^4.14.1",
"mysql2": "^1.1.2"
}
}