diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-10 17:34:52 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-10 17:34:52 +0530 |
| commit | 722fda899e8d9cc4f509145bfb1ae092b1ba9de9 (patch) | |
| tree | 637483da584308163817a521c8bc34cb0f68082b | |
| parent | 1a6685482d4692154cd6ce2cf1a7fa5af90c6749 (diff) | |
| download | authorr-722fda899e8d9cc4f509145bfb1ae092b1ba9de9.tar.xz authorr-722fda899e8d9cc4f509145bfb1ae092b1ba9de9.zip | |
Package JSON Added
| -rw-r--r-- | package.json | 21 |
1 files changed, 21 insertions, 0 deletions
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" +} |
