diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-09 13:04:46 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-09 13:04:46 +0100 |
| commit | b8bfbbe14bdb72e4feccb4652c48f4cdb2a5e199 (patch) | |
| tree | 700ca09c50a2bd7a0cd513c864e5c09c33eb7f08 | |
| parent | d410ecfd39257fea0fbfaca5b5e9defc6f27aca7 (diff) | |
npm init
| -rw-r--r-- | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..6d3cced --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "toptal-calorie-counter", + "version": "1.0.0", + "description": "toptal calorie counter", + "main": "index.js", + "scripts": { + "test": "mocha -R spec" + }, + "repository": { + "type": "git", + "url": "git@git.toptal.com:eluttner/julian-laplace.git" + }, + "author": "jules laplace <julescarbon@gmail.com>", + "license": "UNLICENSED" +} |
