44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "portal-api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./lib/index.js",
|
|
"scripts": {
|
|
"rethinkdb-up": "docker run -d -p 8080:8080 -p 28015:28015 -p 29015:29015 --name rethinkdb rethinkdb",
|
|
"rethinkdb-down": "docker rm -f rethinkdb",
|
|
"bootstrap": "node ./bootstrap-data",
|
|
"lint": "belly-button --fix",
|
|
"lint-ci": "belly-button",
|
|
"test": "lab -c",
|
|
"test-ci": "echo 0",
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "wyatt",
|
|
"license": "MPL-2.0",
|
|
"devDependencies": {
|
|
"belly-button": "^3.1.0",
|
|
"code": "^4.1.0",
|
|
"hapi": "^16.4.3",
|
|
"hapi-swagger": "^7.7.0",
|
|
"inert": "^4.2.0",
|
|
"lab": "^14.0.1",
|
|
"vision": "^4.1.1"
|
|
},
|
|
"dependencies": {
|
|
"boom": "^5.1.0",
|
|
"brule": "^2.0.0",
|
|
"good": "^7.2.0",
|
|
"good-console": "^6.4.0",
|
|
"good-squeeze": "^5.0.2",
|
|
"graphi": "^2.2.1",
|
|
"hoek": "^4.1.1",
|
|
"joi": "^10.6.0",
|
|
"joyent-cp-gql-schema": "^1.0.4",
|
|
"piloted": "^3.1.1",
|
|
"portal-data": "^1.1.0",
|
|
"portal-watch": "^1.0.0",
|
|
"toppsy": "^1.1.0"
|
|
}
|
|
}
|