purescript-bignumber/package.json
2018-09-02 13:24:13 -06:00

25 lines
590 B
JSON

{
"name": "purescript-bignumber",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/athanclark/purescript-bignumber.git"
},
"bugs": {
"url": "https://github.com/athanclark/purescript-bignumber/issues"
},
"homepage": "https://github.com/athanclark/purescript-bignumber#readme",
"description": "",
"dependencies": {
"bignumber.js": "^7.2.1"
}
}