mirror of
https://github.com/ckaczor/LaundryMonitor.git
synced 2026-01-27 01:25:40 -05:00
Move project to GitHub and hide Telegram config
This commit is contained in:
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user