mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 09:17:30 +00:00
752427dec7
./package.json:933874/347 ./server.js:933874/577 ./views/index.html:933874/979
24 lines
422 B
JSON
24 lines
422 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.16.4"
|
|
},
|
|
"engines": {
|
|
"node": "8.x"
|
|
},
|
|
"repository": {
|
|
"url": "https://glitch.com/edit/#!/presence-button"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"node",
|
|
"express"
|
|
]
|
|
}
|