joyent-portal/package.json

31 lines
730 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": "./bin/sketch-previews.rb && make -j4 lint ",
2017-03-16 13:04:39 +02:00
"prepush": "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",
"style-loader": "^0.13.1"
},
"devDependencies": {
2017-02-08 23:55:04 +02:00
"tap-xunit": "^1.7.0"
}
}