30 lines
668 B
JSON
30 lines
668 B
JSON
|
{
|
||
|
"name": "joyent-portal",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"license": "MPL-2.0",
|
||
|
"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"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"eslint-plugin-babel": "^4.0.1",
|
||
|
"husky": "^0.13.1",
|
||
|
"license-to-fail": "^2.2.0",
|
||
|
"lodash.findindex": "^4.6.0",
|
||
|
"querystring": "^0.2.0",
|
||
|
"style-loader": "^0.13.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tap-xunit": "^1.7.0"
|
||
|
}
|
||
|
}
|