-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 796 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 796 Bytes
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
37
38
{
"name": "purescript-elmish-html",
"description": "Render HTML elements in Elmish",
"version": "0.11.0",
"author": {
"name": "Daniel Gasienica",
"email": "daniel@gasienica.ch",
"url": "https://www.gasi.ch"
},
"contributors": [
{
"name": "Fyodor Soikin",
"email": "fyodor@collegevine.com",
"url": "https://github.com/fsoikin"
}
],
"scripts": {
"postinstall": "spago install",
"build": "spago build"
},
"keywords": [
"purescript",
"elmish",
"html",
"react"
],
"devDependencies": {
"acorn": "6.4.1",
"bower": "^1.8.8",
"elliptic": "^6.5.4",
"lodash": "^4.17.21",
"pulp": "^16.0.0",
"purescript": "^0.15.15",
"purescript-psa": "^0.8.2",
"spago": "^1.0.3"
},
"license": "MIT"
}