60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "portal-api",
|
|
"version": "1.4.1",
|
|
"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-unit": "lab -c -P unit.* --leaks",
|
|
"test-docker": "docker-compose -f test-compose.yml down -v && docker-compose -f test-compose.yml up --abort-on-container-exit --build --force-recreate api",
|
|
"test-ci": "echo 0",
|
|
"start": "node server.js",
|
|
"dev": "CORS=1 NAMESPACE=api node server.js",
|
|
"postinstall": "echo 0"
|
|
},
|
|
"keywords": [],
|
|
"author": "wyatt",
|
|
"license": "MPL-2.0",
|
|
"devDependencies": {
|
|
"belly-button": "^3.1.0",
|
|
"brule": "^2.0.0",
|
|
"good": "^7.2.0",
|
|
"good-console": "^6.4.0",
|
|
"good-squeeze": "^5.0.2",
|
|
"hapi": "^16.5.2",
|
|
"lab": "^14.2.0",
|
|
"lodash.findindex": "^4.6.0",
|
|
"wreck": "^12.2.3"
|
|
},
|
|
"dependencies": {
|
|
"boom": "^5.1.0",
|
|
"cidr-matcher": "^1.0.5",
|
|
"docker-compose-client": "^1.0.8",
|
|
"dockerode": "^2.5.0",
|
|
"force-array": "^3.1.0",
|
|
"graphi": "^2.2.1",
|
|
"hoek": "^4.1.1",
|
|
"joyent-cp-gql-schema": "^1.6.0",
|
|
"lodash.find": "^4.6.0",
|
|
"lodash.flatten": "^4.4.0",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.uniq": "^4.5.0",
|
|
"lodash.uniqby": "^4.7.0",
|
|
"param-case": "^2.1.1",
|
|
"penseur": "^7.12.3",
|
|
"piloted": "^3.1.1",
|
|
"prom-query": "^1.0.0",
|
|
"throat": "^4.0.0",
|
|
"toppsy": "^1.1.0",
|
|
"triton": "^5.3.1",
|
|
"triton-watch": "^1.1.0",
|
|
"uuid": "^3.1.0",
|
|
"vasync": "^1.6.4"
|
|
}
|
|
}
|