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",
|
2017-03-09 12:13:03 +02:00
|
|
|
"precommit": "./bin/sketch-previews.rb && make -j4 lint ",
|
2017-03-16 13:04:39 +02:00
|
|
|
"prepush": "make test"
|
2016-10-25 14:05:29 +03:00
|
|
|
},
|
|
|
|
"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",
|
2017-01-25 15:50:27 +02:00
|
|
|
"license-to-fail": "^2.2.0",
|
2017-01-30 19:58:02 +02:00
|
|
|
"lodash.findindex": "^4.6.0",
|
2017-03-22 16:38:04 +02:00
|
|
|
"querystring": "^0.2.0",
|
2017-01-30 19:58:02 +02:00
|
|
|
"style-loader": "^0.13.1"
|
2016-10-27 18:01:32 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-02-08 23:55:04 +02:00
|
|
|
"tap-xunit": "^1.7.0"
|
2016-10-25 14:05:29 +03:00
|
|
|
}
|
|
|
|
}
|