Skip to content

Commit

Permalink
init a package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Feb 1, 2017
0 parents commit 33ba997
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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 <chee@snake.dog>",
"license": "MIT",
"repository": "https://github.com/chee/object-with-default-value"
}

0 comments on commit 33ba997

Please sign in to comment.