aboutsummaryrefslogtreecommitdiff
path: root/node_modules/option-chain/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/option-chain/package.json')
-rw-r--r--node_modules/option-chain/package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/node_modules/option-chain/package.json b/node_modules/option-chain/package.json
new file mode 100644
index 000000000..2c58dd932
--- /dev/null
+++ b/node_modules/option-chain/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "option-chain",
+ "version": "0.1.1",
+ "description": "Use fluent property chains in lieu of options objects",
+ "license": "MIT",
+ "repository": "jamestalmage/option-chain",
+ "author": {
+ "name": "James Talmage",
+ "email": "james@talmage.io",
+ "url": "github.com/jamestalmage"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "xo && nyc --cache --reporter=lcov --reporter=text ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "option",
+ "options",
+ "chain",
+ "chains",
+ "chainable",
+ "fluent"
+ ],
+ "devDependencies": {
+ "ava": "^0.10.0",
+ "coveralls": "^2.11.6",
+ "nyc": "^5.3.0",
+ "xo": "^0.12.1"
+ },
+ "dependencies": {
+ "object-assign": "^4.0.1"
+ }
+}