2017-05-18 21:21:33 +03:00
|
|
|
{
|
|
|
|
"name": "docker-compose-client",
|
2017-06-23 19:24:25 +03:00
|
|
|
"version": "1.0.9",
|
2017-05-18 21:21:33 +03:00
|
|
|
"license": "MPL-2.0",
|
|
|
|
"repository": "github:yldio/joyent-portal",
|
2017-06-03 01:16:49 +03:00
|
|
|
"main": "lib",
|
2017-05-18 21:21:33 +03:00
|
|
|
"scripts": {
|
2017-05-31 04:55:24 +03:00
|
|
|
"lint": "eslint . --fix",
|
|
|
|
"lint-ci": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/docker-compose-client.xml",
|
2017-06-03 01:16:49 +03:00
|
|
|
"test": "lab -t 100",
|
|
|
|
"test-ci": "lab -t 100 -r console -o stdout -r tap -o $CIRCLE_TEST_REPORTS/test/docker-compose-client.xml"
|
2017-05-18 21:21:33 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"zerorpc": "^0.9.7"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-06-09 07:26:25 +03:00
|
|
|
"code": "^4.1.0",
|
2017-06-17 00:45:45 +03:00
|
|
|
"eslint": "^3.19.0",
|
2017-06-21 19:48:15 +03:00
|
|
|
"eslint-config-joyent-portal": "2.0.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"js-yaml": "^3.8.4",
|
2017-06-16 22:41:57 +03:00
|
|
|
"lab": "^14.0.1"
|
2017-05-18 21:21:33 +03:00
|
|
|
}
|
|
|
|
}
|