Socialify

Folder ..

Viewing package.json
38 lines (38 loc) • 1007.0 B

 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
30
31
32
33
34
35
36
37
38
{
  "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",
    "build-mac": "NODE_ENV=production node index.js buildForMac",
    "build-win": "NODE_ENV=production node index.js buildForWin",
    "build": "NODE_ENV=production node index.js build",
    "test": "NODE_ENV=production node index.js build"
  },
  "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://www.nativekit.co",
  "devDependencies": {
    "electron": "7.1.4",
    "make-dir": "^3.0.0",
    "ncp": "^2.0.0"
  },
  "dependencies": {
    "colors": "^1.4.0"
  }
}