-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
38 lines (38 loc) · 932 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
30
31
32
33
34
35
36
37
38
{
"name": "purescript-webgl",
"homepage": "https://github.com/jutaro/purescript-webgl",
"authors": [
"Jürgen Nicklisch-Franken <[email protected]>",
"Michael Karg <[email protected]>"
],
"description": "WebGL binding for purescript",
"keywords": [
"purescript"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"tests",
"tmp",
"bower.json",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"purescript-webgl": "^2.0.1",
"purescript-clock": "^1.0.1",
"purescript-random": "^3.0.0",
"purescript-extensions": "^2.2.0",
"purescript-console": "^3.0.0",
"purescript-matrix": "^2.1.0",
"purescript-vector": "^2.0.0",
"purescript-typedarray": "^2.1.0"
},
"resolutions": {
"purescript-extensions": "^2.2.0",
"purescript-arraybuffer-types": "^2.0.0"
}
}