aboutsummaryrefslogtreecommitdiff
path: root/templates/mac
diff options
context:
space:
mode:
authorLucifer <[email protected]>2019-12-13 06:31:19 +0530
committerLucifer <[email protected]>2019-12-13 06:31:19 +0530
commitc9969c2a2d0e2b171311c359ad9db2f6beca32b1 (patch)
tree36079edf53cbdd2aed20d09f2852a1db058fd630 /templates/mac
parent787fbbafa5c1a1387aea9ccbc6e1b170b6b766b8 (diff)
downloadnativekit-c9969c2a2d0e2b171311c359ad9db2f6beca32b1.tar.xz
nativekit-c9969c2a2d0e2b171311c359ad9db2f6beca32b1.zip
Added Win/macOS Templates and Electron
Added Electron as a dev dependency. Added Template app Package JSON for different template apps of macOS and Windows
Diffstat (limited to 'templates/mac')
-rw-r--r--templates/mac/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/mac/package.json b/templates/mac/package.json
new file mode 100644
index 0000000..0582456
--- /dev/null
+++ b/templates/mac/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "nativeui-mac-template",
+ "version": "1.0.0",
+ "description": "macOS template app for Native UI",
+ "main": "main.js",
+ "author": "Kumar Priyansh",
+ "scripts": {
+ "start": "electron ."
+ }
+} \ No newline at end of file