removed old runtime

This commit is contained in:
nicco 2018-02-23 11:12:51 +01:00
parent d4d73219f3
commit 8ae8e99897

19
cache/package.json vendored
View File

@ -1,19 +0,0 @@
{
"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"
}