25 lines
566 B
JSON
25 lines
566 B
JSON
|
{
|
||
|
"name": "joyent-dashboard",
|
||
|
"version": "1.0.0",
|
||
|
"description": "## Project Management",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "make test",
|
||
|
"precommit": "make -j4 lint",
|
||
|
"prepush": "make test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/yldio/joyent-dashboard.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "UNLICENSED",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/yldio/joyent-dashboard/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/yldio/joyent-dashboard#readme",
|
||
|
"dependencies": {
|
||
|
"husky": "^0.11.9"
|
||
|
}
|
||
|
}
|