-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
42 lines (42 loc) · 927 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
39
40
41
42
{
"name": "purescript-matrix",
"homepage": "https://github.com/jutaro/purescript-matrix",
"version": "0.2.0",
"authors": [
"Juergen Nicklisch-Franken <jnf@arcor.de>"
],
"description": "Matrices for purescript",
"keywords": [
"purescript"
],
"repository": {
"type": "git",
"url": "git://github.com/jutaro/purescript-matrix.git"
},
"license": "Apache-2.0",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"tests",
"tmp",
"bower.json",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"purescript-vector": "^2.0.0",
"purescript-arrays": "^4.2.0",
"purescript-extensions": "^2.2.0",
"purescript-proxy": "^2.1.0"
},
"devDependencies": {
"purescript-assert": "^3.0.0",
"purescript-console": "^3.0.0",
"purescript-random": "^3.0.0"
},
"resolutions": {
"purescript-extensions": "^2.2.0"
}
}