25 lines
661 B
JSON
25 lines
661 B
JSON
{
|
|
"name": "purescript-bignumber",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"output"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"purescript-prelude": "^3.1.1",
|
|
"purescript-either": "^3.2.0",
|
|
"purescript-exceptions": "^3.0.0",
|
|
"purescript-tuples-native": "^0.1.0",
|
|
"purescript-integers": "^3.2.0",
|
|
"purescript-record": "git@github.com:athanclark/purescript-record.git#850360dbfa1bf765a19b3ec207a706622fa47ac7"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/athanclark/purescript-bignumber.git"
|
|
},
|
|
"devDependencies": {
|
|
"purescript-psci-support": "^3.0.0"
|
|
}
|
|
}
|