mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
27 lines
563 B
JSON
27 lines
563 B
JSON
{
|
|
"name": "joyent-portal",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MPL2",
|
|
"main": "index.js",
|
|
"homepage": "https://github.com/yldio/joyent-portal#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yldio/joyent-portal.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yldio/joyent-portal/issues"
|
|
},
|
|
"scripts": {
|
|
"test": "make test",
|
|
"precommit": "make -j4 lint",
|
|
"prepush": "make test"
|
|
},
|
|
"dependencies": {
|
|
"husky": "^0.11.9"
|
|
},
|
|
"devDependencies": {
|
|
"tap-xunit": "^1.4.0"
|
|
}
|
|
}
|