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