-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
29 lines (29 loc) · 966 Bytes
/
bower.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
{
"name": "purescript-struct",
"homepage": "https://github.com/matthew-hilty/purescript-struct",
"authors": ["Matthew Hilty <[email protected]>"],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/matthew-hilty/purescript-struct.git"
},
"ignore": ["**/.*", "node_modules", "bower_components", "output"],
"dependencies": {
"purescript-console": "^4.4.0",
"purescript-effect": "^2.0.0",
"purescript-prelude": "^4.1.0",
"purescript-proxying": "^1.1.0",
"purescript-record": "^2.0.0",
"purescript-record-extra": "^3.0.0",
"purescript-subcategory": "^0.2.0",
"purescript-typelevel-prelude": "^5.0.0",
"purescript-variant": "^6.0.0"
},
"devDependencies": {
"purescript-argonaut-codecs": "^7.0.0",
"purescript-argonaut-core": "^5.0.0",
"purescript-psci-support": "^4.0.0",
"purescript-quickcheck": "^6.1.0",
"purescript-test-unit": "^15.0.0"
}
}