server setup
This commit is contained in:
11
package.json
11
package.json
@@ -4,7 +4,8 @@
|
|||||||
"description": "API for managing a list of user and associated permissions",
|
"description": "API for managing a list of user and associated permissions",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"start": "nodemon server.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -15,5 +16,11 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/senaduka/amras-zadatak1/issues"
|
"url": "https://github.com/senaduka/amras-zadatak1/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/senaduka/amras-zadatak1#readme"
|
"homepage": "https://github.com/senaduka/amras-zadatak1#readme",
|
||||||
|
"devDependencies": {
|
||||||
|
"nodemon": "^1.15.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"express": "^4.16.2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user