diff options
| author | mo <mo.khan@gmail.com> | 2018-05-20 18:33:31 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-05-20 18:33:31 -0600 |
| commit | b74af8af0f6324e50db7d455b17f1d52c40834e7 (patch) | |
| tree | 5b9cdbc9ebe61e3d9e707d0844278e76bc1b7f77 | |
initial commit.
| -rw-r--r-- | package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..1eb9ebb --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "mokha", + "version": "0.1.0", + "description": "i'm not sure yet", + "main": "index.js", + "repository": "https://www.mokhan.ca/", + "author": "mo", + "license": "MIT", + "private": false +} |
