summaryrefslogtreecommitdiff
path: root/package.json
blob: 9b029ddefd861ce34180fcff650ee741e400bb5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "trumagic",
  "productName": "Trumagic",
  "version": "1.0.0",
  "description": "A simple shopping list app",
  "main": "trumagic.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "electron ."
  },
  "author": "Arman Shah",
  "license": "MIT",
  "dependencies": {
    "dist": "^0.1.2",
    "electron": "^1.8.2"
  },
  "devDependencies": {
    "electron-builder": "^20.8.1",
    "electron-packager": "^12.0.1"
  }
}