Initial push, base application done
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "kno-logic-api",
|
||||
"version": "0.1.0",
|
||||
"description": "The backend server for the kno-logic app",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jslightham/kno-logic-api.git"
|
||||
},
|
||||
"author": "jslightham",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jslightham/kno-logic-api/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jslightham/kno-logic-api#readme",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"mongoose": "^5.12.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user