Mailspring/api/package.json

20 lines
377 B
JSON
Raw Normal View History

2016-06-19 18:02:32 +08:00
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"hapi": "^13.4.1",
"hapi-auth-basic": "^4.2.0",
"hapi-swagger": "^6.1.0",
"inert": "^4.0.0",
"joi": "^8.4.2",
"vision": "^4.1.0"
}
}