2017-05-18 21:21:33 +03:00
|
|
|
{
|
|
|
|
"name": "joyent-cp-rdb-bootstrap",
|
2017-05-25 18:04:32 +03:00
|
|
|
"version": "1.0.4",
|
2017-05-18 21:21:33 +03:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|