Files
2018-06-25 21:41:46 -07:00

25 lines
622 B
JSON

{
"name": "simple-bank-api",
"version": "1.0.0",
"description": "Please check docs for proper functionality explanation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/talksik/Simple-Bank-API.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/talksik/Simple-Bank-API/issues"
},
"homepage": "https://github.com/talksik/Simple-Bank-API#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"mysql": "^2.15.0"
}
}