joyent-portal/packages/portal-data/package.json

36 lines
979 B
JSON
Raw Normal View History

2017-05-11 23:18:51 +03:00
{
"name": "portal-data",
2017-06-23 19:24:25 +03:00
"version": "1.2.0",
2017-05-11 23:18:51 +03:00
"description": "portal data layer",
"main": "lib",
"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",
2017-06-03 01:16:49 +03:00
"test": "lab -c",
2017-06-12 01:58:22 +03:00
"test-ci": "echo 0 `# lab -c -r console -o stdout -r tap -o $CIRCLE_TEST_REPORTS/test/portal-data.xml`"
2017-05-11 23:18:51 +03:00
},
"keywords": [],
"author": "wyatt",
"license": "MPL-2.0",
"dependencies": {
2017-06-16 22:41:57 +03:00
"docker-compose-client": "^1.0.8",
"dockerode": "^2.5.0",
2017-05-11 23:18:51 +03:00
"hoek": "^4.1.1",
"param-case": "^2.1.1",
"penseur": "^7.12.3",
"lodash.uniqby": "^4.7.0",
"portal-watch": "^1.0.0",
"uuid": "^3.1.0",
"vasync": "^1.6.4",
"yamljs": "^0.2.10"
},
"devDependencies": {
"belly-button": "^3.1.0",
"code": "^4.1.0",
2017-06-16 22:41:57 +03:00
"lab": "^14.0.1"
2017-05-11 23:18:51 +03:00
}
}