First commit

This commit is contained in:
Arjun Patel
2018-12-30 13:51:40 -08:00
parent 07f14b4234
commit 1e6ea4c22c
4 changed files with 551 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"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"
}
}