joyent-portal/package.json

28 lines
614 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": "MPL2",
"bugs": {
"url": "https://github.com/yldio/joyent-dashboard/issues"
},
"homepage": "https://github.com/yldio/joyent-dashboard#readme",
"dependencies": {
"husky": "^0.11.9"
},
"devDependencies": {
"tap-xunit": "^1.4.0"
}
}