mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 10:57:30 +00:00
4fcf7d3979
./package.json:933874/869
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.16.4",
|
|
"request": "^2.88.0"
|
|
},
|
|
"engines": {
|
|
"node": "8.x"
|
|
},
|
|
"repository": {
|
|
"url": "https://glitch.com/edit/#!/presence-button"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"node",
|
|
"express"
|
|
]
|
|
} |