stone/package.json

23 lines
472 B
JSON
Raw Normal View History

2017-09-11 10:13:57 +00:00
{
"name": "stone",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2018-06-13 21:57:24 +00:00
"apicache": "^1.2.1",
"body-parser": "^1.18.3",
"express": "^4.16.3",
2018-06-13 21:50:57 +00:00
"express-ipfilter": "^0.3.1",
2017-09-11 10:13:57 +00:00
"http": "0.0.0",
"https": "^1.0.0",
2018-06-13 21:57:24 +00:00
"log4js": "^2.8.0",
2017-09-11 10:13:57 +00:00
"path": "^0.12.7",
2018-06-13 23:18:54 +00:00
"request-promise-cache": "^2.0.0"
2017-09-11 10:13:57 +00:00
}
}