-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathpackage.json
27 lines (27 loc) · 844 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
{
"name": "Sprint-Challenge-RDBMS",
"version": "1.0.0",
"description": "The purpose of this exercise is to get you used to being quizzed on _Interview\r Questions_ commonly asked about Relational Database Management Systems and SQL.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightofdavinci/Sprint-Challenge-RDBMS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lightofdavinci/Sprint-Challenge-RDBMS/issues"
},
"homepage": "https://github.com/lightofdavinci/Sprint-Challenge-RDBMS#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"knex": "^0.14.2",
"mysql": "^2.15.0",
"sqlite3": "^3.1.13"
}
}