-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
34 lines (34 loc) · 833 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
{
"name": "purescript-word",
"homepage": "https://github.com/proclivis/purescript-word",
"description": "Fixed width word and operations",
"authors": [
"Michael Jones <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/proclivis/purescript-word.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-prelude": "^3.1.0",
"purescript-numerics": "^0.1.1",
"purescript-strings": "^3.2.1",
"purescript-uint": "^0.5.0",
"purescript-bigints": "^3.1.0"
},
"devDependencies": {
"purescript-psci-support": "^3.0.0",
"purescript-assert": "^3.0.0",
"purescript-console": "^3.0.0"
}
}