mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 10:47:30 +00:00
c94c74a13a
./server.js:933874/6 ./views/open.svg:933874/7345 ./package.json:933874/894
24 lines
447 B
JSON
24 lines
447 B
JSON
{
|
|
"name": "presence-button",
|
|
"version": "0.0.1",
|
|
"description": "Always-up server for Fuz presence button",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"request": "^2.88.2"
|
|
},
|
|
"engines": {
|
|
"node": "8.x"
|
|
},
|
|
"repository": {
|
|
"url": "https://glitch.com/edit/#!/presence-button"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"node",
|
|
"express"
|
|
]
|
|
} |