Files
physiciansearch_server/package.json
T
2018-12-30 14:00:22 -08:00

25 lines
665 B
JSON

{
"name": "physiciansearch_server",
"version": "1.0.0",
"description": "Simple web app with simple UI to locate specified physicians on a map",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/talksik/physiciansearch_server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/talksik/physiciansearch_server/issues"
},
"homepage": "https://github.com/talksik/physiciansearch_server#readme",
"dependencies": {
"express": "^4.16.4",
"mysql": "^2.16.0"
}
}