mirror of
https://github.com/cupcakearmy/dvb.git
synced 2024-11-05 09:14:09 +01:00
20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"name": "dvb",
|
|
"version": "1.0.0",
|
|
"description": "DVB Monitor App",
|
|
"dependencies": {
|
|
"forever": "latest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CupCakeArmy/dvb"
|
|
},
|
|
"scripts": {
|
|
"start": "forever start cache.js",
|
|
"stop": "forever stop cache.js",
|
|
"restart": "forever restart cache.js"
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|