-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{ "version": "0.0.7"
, "name": "elm-physics-example"
, "nameLong": "Elm Physics Example"
, "description": "Example of an Elm application built with elm-physics and elm-starter."
, "author": "Andrey Kuzmin (elm-physics), Luca Mugnaini (elm-starter)"
, "twitterSite": "lucamug"
, "twitterCreator": "lucamug"
, "homepage": "https://elm-physics-example.guupa.com"
, "license": "BSD-3-Clause"
, "snapshotWidth": 700
, "snapshotHeight": 350
, "themeColor":
{ "red": 255
, "green": 128
, "blue": 128
}
, "developmentWithoutDebugger": true
, "main": "index.js"
, "scripts":
{ "start": "node ./src-elm-starter/starter.js start"
, "build": "node ./src-elm-starter/starter.js build"
, "serverBuild": "node ./src-elm-starter/starter.js serverBuild"
}
, "devDependencies":
{ "chokidar-cli": "^2.1.0"
, "concurrently": "^5.2.0"
, "elm": "^0.19.1-3"
, "elm-live": "git://github.com/lucamug/elm-live.git#patch-2"
, "html-minifier": "^4.0.0"
, "puppeteer": "^4.0.1"
, "terser": "^4.8.0"
}
, "dependencies":
{ "puppeteer-core": "^4.0.1"
}
}