diff options
| -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" +} |
