aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: a38b8bfe92973ecc81c6c55c10c8f75f2e697f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "nativekit",
  "version": "0.1.0",
  "description": "Native UI Kit for Electron Framework",
  "scripts": {
    "start-mac-template": "electron templates/mac",
    "start-win-template": "electron templates/win"
  },
  "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",
  "devDependencies": {
    "electron": "7.1.4"
  }
}