joyent-portal/packages/cp-rdb-bootstrap/package.json

18 lines
445 B
JSON
Raw Normal View History

{
"name": "joyent-cp-rdb-bootstrap",
"version": "1.0.4",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
"scripts": {
"lint": "eslint . --fix",
"lint-ci": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/cp-rdb-bootstrap.xml",
2017-06-01 17:57:28 +03:00
"test": "echo 0",
"test-ci": "echo 0"
},
"devDependencies": {
2017-06-16 22:41:57 +03:00
"eslint": "^4.0.0",
2017-06-16 23:46:36 +03:00
"eslint-config-joyent-portal": "1.0.3"
}
}