From ec068be6a2bf0c915ad1cab59dac96906cf8084c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 2 Jun 2016 16:11:34 +0200 Subject: initial commit : npm init --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..6bf4833 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "mean-app", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "MIT" +} -- cgit v1.1-2-g2b99