Socialify

Folder ..

Viewing package.json
9 lines (10 loc) • 227.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{
    "name": "nativeui-win-template",
    "version": "1.0.0",
    "description": "Windows template app for Native UI",
    "main": "main.js",
    "author": "Kumar Priyansh",
    "scripts": {
      "start": "electron ."
    }
}