Mailspring/api/package.json
2016-06-22 12:16:41 -07:00

22 lines
432 B
JSON

{
"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",
"rxjs": "5.0.0-beta.9",
"underscore": "1.x.x",
"vision": "^4.1.0"
}
}