-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 857 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 857 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
{
"name": "purescript-oo-ffi",
"version": "1.0.0",
"homepage": "https://github.com/CapillarySoftware/purescript-oo-ffi",
"authors": [
"Isaac Shapira <fresheyeball@gmail.com>"
],
"description": "FFI Helpers for binding to OO",
"repository": {
"type": "git",
"url": "git://github.com/CapillarySoftware/purescript-oo-ffi.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"purescript-control": "^0.3.0",
"purescript-eff": "^0.1.0",
"purescript-functions": "^0.1.0",
"purescript-context": "^1.0.0"
},
"devDependencies": {
"purescript-aff": "^0.11.3",
"purescript-random": "^0.2.2",
"purescript-spec": "^0.7.1",
"purescript-spec-quickcheck": "^0.3.0"
},
"resolutions": {
"purescript-spec": "^0.7.1"
}
}