29 lines
696 B
JSON
29 lines
696 B
JSON
{
|
|
"name": "spd-app-cache",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://spiduler@github.com/spiduler/spd-app-cache.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/spiduler/spd-app-cache/issues"
|
|
},
|
|
"homepage": "https://github.com/spiduler/spd-app-cache#readme",
|
|
"dependencies": {
|
|
"command-line-args": "^5.1.1",
|
|
"express": "^4.17.1",
|
|
"express-logging": "^1.1.1",
|
|
"http-status-codes": "^2.1.4",
|
|
"logops": "^2.1.1",
|
|
"node-fetch": "^2.6.1",
|
|
"redis": "^3.0.2"
|
|
}
|
|
}
|