package.json (691B)
1 { 2 "name": "ls-manual-update", 3 "version": "0.0.1", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "start": "node index.js", 8 "test": "echo \"Error: no test specified\" && exit 1" 9 }, 10 "repository": { 11 "type": "git", 12 "url": "git+https://github.com/MTRNord/ls-manual-update.git" 13 }, 14 "author": "MTRNord", 15 "license": "GPL-3.0", 16 "bugs": { 17 "url": "https://github.com/MTRNord/ls-manual-update/issues" 18 }, 19 "homepage": "https://github.com/MTRNord/ls-manual-update#readme", 20 "dependencies": { 21 "express": "4.14.0", 22 "find-remove": "^1.0.0", 23 "jsonfile": "^2.4.0", 24 "lodash": "^4.17.2", 25 "request": "^2.79.0", 26 "socket.io": "^1.7.1" 27 } 28 }