From 722fda899e8d9cc4f509145bfb1ae092b1ba9de9 Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Mon, 10 Jun 2019 17:34:52 +0530 Subject: Package JSON Added --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..e1200eb --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "authorr", + "version": "1.0.0", + "description": "A Simple App for Book Authoring", + "main": "main.js", + "scripts": { + "test": "electron ." + }, + "repository": { + "type": "git", + "url": "\u0016https://github.com/luciferreeves/authorr" + }, + "keywords": [ + "authorr", + "book", + "writing", + "authors" + ], + "author": "Kumar Priyansh", + "license": "Apache-2.0" +} -- cgit v1.2.3