18 lines
446 B
JSON
18 lines
446 B
JSON
{
|
|
"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",
|
|
"test": "echo 0",
|
|
"test-ci": "echo 0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-joyent-portal": "1.0.3"
|
|
}
|
|
}
|