aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucifer <[email protected]>2019-12-13 06:02:05 +0530
committerLucifer <[email protected]>2019-12-13 06:02:05 +0530
commit78c054665dabe47ae04e1b48c2792885c5cf105a (patch)
tree2b4ccafb6dca6970170081927d06213e350d6d7e
downloadnativekit-78c054665dabe47ae04e1b48c2792885c5cf105a.tar.xz
nativekit-78c054665dabe47ae04e1b48c2792885c5cf105a.zip
Package JSON Initialised
-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"
+}