Files
LaundryMonitor/package.json

28 lines
601 B
JSON

{
"name": "laundry-monitor",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chris Kaczor",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-directory-sync": "^1.2.3",
"gulp-typescript": "^3.1.2",
"merge2": "^1.0.2",
"run-sequence": "^1.2.2",
"typescript": "^2.0.9"
},
"dependencies": {
"bunyan": "^1.8.4",
"express": "^4.14.0",
"onoff": "^1.1.1",
"request": "^2.78.0",
"socket.io": "^1.5.1",
"underscore": "^1.8.3"
}
}