diff options
Diffstat (limited to 'package.json')
| -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" +} |
