24 lines
635 B
JSON
24 lines
635 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": {
|
|
"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"
|
|
}
|
|
}
|