joyent-portal/package.json

30 lines
668 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": {
2017-05-15 21:19:36 +03:00
"test": "make test"
},
"dependencies": {
2017-02-20 18:15:36 +02:00
"eslint-plugin-babel": "^4.0.1",
2017-02-08 23:55:04 +02:00
"husky": "^0.13.1",
"license-to-fail": "^2.2.0",
2017-01-30 19:58:02 +02:00
"lodash.findindex": "^4.6.0",
"querystring": "^0.2.0",
2017-01-30 19:58:02 +02:00
"style-loader": "^0.13.1"
},
"devDependencies": {
2017-02-08 23:55:04 +02:00
"tap-xunit": "^1.7.0"
}
}