2018-03-13 20:25:39 +00:00
|
|
|
{
|
2019-11-03 11:22:00 +00:00
|
|
|
"name": "presence-button",
|
2018-03-13 20:25:39 +00:00
|
|
|
"version": "0.0.1",
|
2019-11-03 11:22:00 +00:00
|
|
|
"description": "Always-up server for Fuz presence button",
|
2018-03-13 20:25:39 +00:00
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node server.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-12-24 10:59:56 +00:00
|
|
|
"express": "^4.17.1",
|
2019-11-04 22:39:36 +00:00
|
|
|
"request": "^2.88.0"
|
2018-03-13 20:25:39 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "8.x"
|
|
|
|
},
|
|
|
|
"repository": {
|
2019-11-03 11:22:00 +00:00
|
|
|
"url": "https://glitch.com/edit/#!/presence-button"
|
2018-03-13 20:25:39 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"node",
|
|
|
|
"express"
|
|
|
|
]
|
2019-11-04 22:39:36 +00:00
|
|
|
}
|