summaryrefslogtreecommitdiffstats
path: root/package.json
blob: d05d0d4c037ec3554a2d67271727173a5ac30018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "elm-electron-webpack",
  "version": "1.0.0",
  "description": "A guide, not a template, for building electron apps with elm and webpack.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "elm",
    "webpack",
    "electron"
  ],
  "author": "John Omar",
  "license": "ISC",
  "dependencies": {
    "elm-webpack-loader": "^3.0.6"
  }
}