2016-10-25 14:05:29 +03:00
|
|
|
{
|
2016-12-06 13:50:24 +02:00
|
|
|
"name": "joyent-portal",
|
2016-10-25 14:05:29 +03:00
|
|
|
"version": "1.0.0",
|
2016-12-06 13:50:24 +02:00
|
|
|
"private": true,
|
2017-01-03 16:30:58 +02:00
|
|
|
"license": "MPL-2.0",
|
2016-10-25 14:05:29 +03:00
|
|
|
"main": "index.js",
|
2016-12-06 13:50:24 +02:00
|
|
|
"homepage": "https://github.com/yldio/joyent-portal#readme",
|
2016-10-25 14:05:29 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-12-06 13:50:24 +02:00
|
|
|
"url": "git+https://github.com/yldio/joyent-portal.git"
|
2016-10-25 14:05:29 +03:00
|
|
|
},
|
|
|
|
"bugs": {
|
2016-12-06 13:50:24 +02:00
|
|
|
"url": "https://github.com/yldio/joyent-portal/issues"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "make test",
|
|
|
|
"precommit": "make -j4 lint",
|
|
|
|
"prepush": "make test"
|
2016-10-25 14:05:29 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-01-17 18:47:26 +02:00
|
|
|
"husky": "^0.11.9",
|
|
|
|
"license-to-fail": "^2.2.0"
|
2016-10-27 18:01:32 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"tap-xunit": "^1.4.0"
|
2016-10-25 14:05:29 +03:00
|
|
|
}
|
|
|
|
}
|