{ "name": "docker-compose-client", "version": "1.0.4", "license": "MPL-2.0", "repository": "github:yldio/joyent-portal", "main": "src/index.js", "scripts": { "lint": "eslint . --fix", "lint-ci": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/docker-compose-client.xml", "test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text ava", "test-ci": "cross-env NODE_ENV=test ava --tap | tap-xunit > $CIRCLE_TEST_REPORTS/test/docker-compose-client.xml" }, "dependencies": { "apr-awaitify": "^1.0.4", "zerorpc": "^0.9.7" }, "devDependencies": { "apr-intercept": "^1.0.4", "ava": "0.19.1", "babel-plugin-istanbul": "^4.1.3", "babel-register": "^6.24.1", "cross-env": "^5.0.0", "eslint": "^3.19.0", "eslint-config-joyent-portal": "1.0.0", "js-yaml": "^3.8.4", "nyc": "^10.3.2", "tap-xunit": "^1.7.0" }, "nyc": { "sourceMap": false, "instrument": false }, "babel": { "sourceMaps": "inline", "env": { "test": { "plugins": [ "istanbul" ] } } }, "ava": { "tap": true, "require": [ "babel-register" ], "babel": "inherit" } }