mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 13:47:30 +00:00
c92b103074
./package.json:933874/65 ./server.js:933874/1734
19 lines
356 B
JSON
19 lines
356 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"
|
|
},
|
|
"engines": {
|
|
"node": "8.x"
|
|
},
|
|
"repository": {
|
|
"url": "https://glitch.com/edit/#!/presence-button"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"node"
|
|
]
|
|
} |