{ "name": "portal-api", "version": "1.8.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-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", "prepublish": "echo 0" }, "keywords": [], "author": "wyatt", "license": "MPL-2.0", "devDependencies": { "belly-button": "^4.0.1", "brule": "^2.0.0", "good": "^7.3.0", "good-console": "^6.4.0", "good-squeeze": "^5.0.2", "hapi": "^16.5.2", "lab": "^14.2.2", "lodash.findindex": "^4.6.0", "wreck": "^12.4.0" }, "dependencies": { "boom": "^5.2.0", "cidr-matcher": "^1.0.5", "docker-compose-client": "^1.0.9", "dockerode": "^2.5.0", "force-array": "^3.1.0", "graphi": "^3.0.0", "hasha": "^3.0.0", "hoek": "^4.2.0", "joyent-cp-gql-schema": "^1.7.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.2.0", "prom-query": "^1.0.0", "throat": "^4.1.0", "toppsy": "^1.1.0", "triton": "^5.3.1", "triton-watch": "^1.1.0", "uuid": "^3.1.0", "vasync": "^2.0.0" } }