First commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user