From 3d53e953c4ab39ed87896bb0f36f94134cb0f364 Mon Sep 17 00:00:00 2001 From: Harry Lachenmayer Date: Tue, 3 Apr 2018 19:48:07 +0200 Subject: [PATCH] init --- .gitignore | 1 + package.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/package.json b/package.json new file mode 100644 index 0000000..ec3c385 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "dat-keychain-storage", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "harry lachenmayer ", + "license": "ISC" +}