joyent-portal/package.json

28 lines
599 B
JSON
Raw Normal View History

{
2016-12-06 13:50:24 +02:00
"name": "joyent-portal",
"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",
"main": "index.js",
2016-12-06 13:50:24 +02:00
"homepage": "https://github.com/yldio/joyent-portal#readme",
"repository": {
"type": "git",
2016-12-06 13:50:24 +02:00
"url": "git+https://github.com/yldio/joyent-portal.git"
},
"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"
},
"dependencies": {
2017-01-17 18:47:26 +02:00
"husky": "^0.11.9",
"license-to-fail": "^2.2.0"
},
"devDependencies": {
"tap-xunit": "^1.4.0"
}
}