forked from ehrenmurdick/purescript-oak
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 834 Bytes
/
Copy pathbower.json
File metadata and controls
31 lines (31 loc) · 834 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
{
"name": "purescript-oak",
"license": "MIT",
"description": "Oak is an implementation of the Elm Architecture in Purescript!",
"repository": {
"type": "git",
"url": "git://github.com/ehrenmurdick/purescript-oak.git"
},
"homepage": "https://github.com/ehrenmurdick/purescript-oak",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^4.0.0",
"virtual-dom": "^2.1.1",
"purescript-functions": "^4.0.0",
"purescript-st": "^4.0.0",
"purescript-refs": "^4.1.0",
"purescript-aff": "^5.1.1",
"purescript-either": "^4.1.1",
"purescript-exceptions": "^4.0.0",
"purescript-transformers": "^4.2.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-console": "^4.0.0"
}
}