-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 800 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 800 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
{
"name": "purescript-int-53",
"homepage": "https://github.com/rgrempel/purescript-int-53",
"authors": [
"Ryan Rempel <rgrempel@gmail.com>"
],
"description": "Purescript 53-bit integer type",
"license": "MIT",
"keywords": [
"purescript"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-math": "^2.0.0",
"purescript-integers": "^4.0.0",
"purescript-strings": "^4.0.1"
},
"devDependencies": {
"purescript-console": "^4.1.0",
"purescript-aff": "^5.0.1",
"purescript-random": "^4.0.0",
"purescript-quickcheck-laws": "^4.0.0",
"purescript-test-unit": "^14.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/rgrempel/purescript-int-53.git"
}
}