stone/package.json

23 lines
460 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": {
2017-10-01 09:51:10 +00:00
"apicache": "^1.1.0",
"body-parser": "^1.18.2",
"express": "^4.16.1",
2017-09-11 10:13:57 +00:00
"http": "0.0.0",
"https": "^1.0.0",
2017-10-01 09:51:10 +00:00
"log4js": "^2.3.4",
2017-09-11 10:13:57 +00:00
"path": "^0.12.7",
2017-09-11 14:29:31 +00:00
"request-promise-cache": "^1.0.6",
2017-09-11 10:13:57 +00:00
"url": "^0.11.0"
}
}