webdev-assignment-2/package.json
2018-10-17 10:11:03 +10:30

23 lines
528 B
JSON

{
"name": "webdev-assignment-2",
"version": "0.1.0",
"description": "My submission for the second WebDev (COMP2772) assignment.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "Thomas Wade",
"devDependencies": {
"nodemon": "^1.18.4"
},
"dependencies": {
"express": "^4.16.4"
},
"main": "server.js",
"repository": {
"type": "git",
"url": "https://tem.party:3000/tom/WebDev-Assignment-2.git"
},
"license": "MIT"
}