From b8bfbbe14bdb72e4feccb4652c48f4cdb2a5e199 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 9 Mar 2017 13:04:46 +0100 Subject: npm init --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json (limited to 'package.json') 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 ", + "license": "UNLICENSED" +} -- cgit v1.2.3-70-g09d2