forked from purescript-contrib/purescript-bigints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 892 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
{
"name": "purescript-bigints",
"description": "Arbitrary length integers",
"license": "MIT",
"homepage": "https://github.com/sharkdp/purescript-bigints",
"authors": [
"David Peter <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/sharkdp/purescript-bigints.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"test",
"gulpfile.js",
"package.json"
],
"dependencies": {
"purescript-maybe": "^5.0.0",
"purescript-integers": "^5.0.0",
"purescript-strings": "^5.0.0"
},
"devDependencies": {
"purescript-integers": "^5.0.0",
"purescript-console": "^5.0.0",
"purescript-assert": "^5.0.0",
"purescript-quickcheck": "^7.0.0",
"purescript-quickcheck-laws": "^6.0.0",
"purescript-psci-support": "^5.0.0",
"purescript-effect": "^3.0.0"
}
}