webdev-assignment-2/package.json
2018-10-16 13:46:51 +10:30

19 lines
457 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": "ws"
},
"author": "Thomas Wade",
"devDependencies": {},
"dependencies": {},
"main": "server.js",
"repository": {
"type": "git",
"url": "https://tem.party:3000/tom/WebDev-Assignment-2.git"
},
"license": "MIT"
}