summaryrefslogblamecommitdiff
path: root/package.json
blob: 14d6717ed5d614c0d8d83924cd31f84eb3782ddb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                         
{
  "name": "electron-flash",
  "version": "0.1.0",
  "description": "Flash Player in Electron",
  "main": "main.js",
  "scripts": {
    "start": "electron .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Nicholas Tay <nick@windblume.net>",
  "license": "BSD-2-Clause",
  "devDependencies": {
    "electron": "^11.5.0"
  }
}