16 lines
331 B
JSON
16 lines
331 B
JSON
|
{
|
||
|
"name": "joyent-cp-rdb-bootstrap",
|
||
|
"version": "1.0.2",
|
||
|
"private": true,
|
||
|
"license": "MPL-2.0",
|
||
|
"repository": "github:yldio/joyent-portal",
|
||
|
"scripts": {
|
||
|
"lint": "eslint . --fix --format=tap",
|
||
|
"test": "exit 0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "^3.19.0",
|
||
|
"eslint-config-joyent-portal": "1.0.0"
|
||
|
}
|
||
|
}
|