ATLAS-RawTravelDataCleaner/package.json

16 lines
305 B
JSON
Raw Normal View History

2019-02-21 18:54:44 +00:00
{
"name": "rawtraveldatacleaner",
"version": "1.0.0",
"description": "To periodically clean the ATLAS redis db",
"main": "index.js",
"scripts": {
"install": "npm i",
"start": "node index.js"
},
"author": "Impulse",
"license": "MIT",
"dependencies": {
"redis": "^2.8.0"
}
}