-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (22 loc) · 703 Bytes
/
bower.json
File metadata and controls
24 lines (22 loc) · 703 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
{
"name": "purescript-webgl-monad",
"description": "a monad for WebGL methods",
"version": "0.1.0",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"dist"
],
"dependencies": {
"purescript-arraybuffer-types": "0.1.*",
"purescript-canvas": "0.2.*",
"purescript-either": "0.1.*",
"purescript-foldable-traversable": "0.3.*",
"purescript-monad-eff": "0.1.*",
"purescript-transformers": "0.5.*",
"purescript-typedarray": "0.3.*",
"purescript-webgl-raw": "git@github.com:Jonplussed/purescript-webgl-raw.git#master"
}
}