aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f72cd07
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "nativekit",
+ "version": "0.1.0",
+ "description": "Native UI Kit for Electron Framework",
+ "main": "index.js",
+ "scripts": {
+ "test": "electron ."
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/luciferreeves/nativekit.git"
+ },
+ "keywords": [
+ "nativekit",
+ "native",
+ "ui",
+ "electron",
+ "luciferreeves"
+ ],
+ "author": "Kumar Priyansh",
+ "license": "GPL-3.0-or-later",
+ "bugs": {
+ "url": "https://github.com/luciferreeves/nativekit/issues"
+ },
+ "homepage": "https://github.com/luciferreeves/nativekit#readme"
+}