joyent-portal/portal-api/package.json

33 lines
782 B
JSON
Raw Normal View History

2017-04-28 00:59:03 +03:00
{
"name": "portal-api",
"version": "1.0.0",
"description": "",
"main": "./lib/index.js",
"scripts": {
"lint": "belly-button",
2017-05-02 01:28:03 +03:00
"rethinkdb-up": "docker run -d -p 8080:8080 -p 28015:28015 -p 29015:29015 --name rethinkdb rethinkdb",
"rethinkdb-down": "docker rm -f rethinkdb",
2017-05-02 23:31:05 +03:00
"test": "npm run lint && lab -t 94"
2017-04-28 00:59:03 +03:00
},
"keywords": [],
"author": "wyatt",
"license": "MPL-2.0",
"devDependencies": {
"belly-button": "^3.1.0",
"code": "^4.0.0",
"hapi": "^16.1.1",
"hapi-swagger": "^7.7.0",
"inert": "^4.2.0",
"lab": "^13.0.2",
"vision": "^4.1.1"
},
"dependencies": {
"boom": "^4.3.1",
"graphql": "^0.9.3",
"graphql-server-hapi": "^0.7.2",
2017-05-02 01:28:03 +03:00
"hoek": "^4.1.1",
"joi": "^10.4.1",
"penseur": "^7.8.1"
2017-04-28 00:59:03 +03:00
}
}