wallet-core/node_modules/option-chain/package.json

42 lines
714 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "option-chain",
2017-08-14 05:01:11 +02:00
"version": "1.0.0",
2017-05-28 00:38:50 +02:00
"description": "Use fluent property chains in lieu of options objects",
"license": "MIT",
2017-08-14 05:01:11 +02:00
"repository": "avajs/option-chain",
2017-05-28 00:38:50 +02:00
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"engines": {
2017-08-14 05:01:11 +02:00
"node": ">=4"
2017-05-28 00:38:50 +02:00
},
"scripts": {
2017-08-14 05:01:11 +02:00
"test": "xo && nyc ava"
2017-05-28 00:38:50 +02:00
},
"files": [
"index.js"
],
"keywords": [
"option",
"options",
"chain",
"chains",
"chainable",
"fluent"
],
"devDependencies": {
2017-08-14 05:01:11 +02:00
"ava": "^0.19.1",
2017-05-28 00:38:50 +02:00
"coveralls": "^2.11.6",
2017-08-14 05:01:11 +02:00
"nyc": "^10.3.2",
"xo": "^0.18.2"
2017-05-28 00:38:50 +02:00
},
2017-08-14 05:01:11 +02:00
"nyc": {
"reporter": [
"lcov",
"text"
]
2017-05-28 00:38:50 +02:00
}
}