-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbower.json
52 lines (52 loc) · 1.38 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "purescript-webgl",
"homepage": "https://github.com/jutaro/purescript-webgl",
"authors": [
"Juergen Nicklisch-Franken <[email protected]>",
"Michael Karg <[email protected]>"
],
"description": "WebGL binding for purescript",
"keywords": [
"purescript"
],
"repository": {
"type": "git",
"url": "git://github.com/jutaro/purescript-webgl.git"
},
"license": "Apache-2.0",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"tests",
"tmp",
"bower.json",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"purescript-prelude": "^3.1.0",
"purescript-monoid": "^3.1.0",
"purescript-control": "^3.3.1",
"purescript-invariant": "^3.0.0",
"purescript-maybe": "^3.0.0",
"purescript-functions": "^3.0.0",
"purescript-arraybuffer-types": "^2.0.0",
"purescript-typedarray": "^2.1.0",
"purescript-vector": "^2.0.0",
"purescript-matrix": "^2.1.0",
"purescript-extensions": "^2.2.0",
"purescript-integers": "^3.1.0",
"purescript-foldable-traversable": "^3.6.1",
"purescript-eff": "^3.1.0",
"purescript-either": "^3.1.0",
"purescript-tuples": "^4.1.0",
"purescript-unfoldable": "^3.0.0",
"purescript-canvas": "^3.1.0"
},
"resolutions": {
"purescript-arraybuffer-types": "^2.0.0",
"purescript-extensions": "^2.2.0"
}
}