mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 10:27:29 +00:00
20 lines
357 B
JSON
20 lines
357 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"
|
|
]
|
|
}
|