From 33ba99723d2529aabaf6cb609c4768f42076f223 Mon Sep 17 00:00:00 2001 From: chee Date: Wed, 1 Feb 2017 20:09:29 +0000 Subject: [PATCH] init a package.json --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..a5a929d --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "object-with-default-value", + "version": "1.0.0", + "description": "create an object with a default value (uses Proxy)", + "main": "index.js", + "author": "chee ", + "license": "MIT", + "repository": "https://github.com/chee/object-with-default-value" +}