aboutsummaryrefslogtreecommitdiff
path: root/package.json
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 /package.json
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 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8cf36d9..a38b8bf 100644
--- a/package.json
+++ b/package.json
@@ -22,5 +22,8 @@
"bugs": {
"url": "https://github.com/luciferreeves/nativekit/issues"
},
- "homepage": "https://github.com/luciferreeves/nativekit#readme"
+ "homepage": "https://github.com/luciferreeves/nativekit#readme",
+ "devDependencies": {
+ "electron": "7.1.4"
+ }
}