commit 99c632c08b5983a09fbd8dd992f374bfbc325d2e Author: finwo <finwo@pm.me> Date: Fri, 19 Oct 2018 17:03:49 +0200 Project init Diffstat:
| A | package.json | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json @@ -0,0 +1,11 @@ +{ + "name": "autolevel", + "version": "0.0.1", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Robin Bron <robin@finwo.nl>", + "license": "MIT" +}