inspect-curry
Version:
curry with debuggable glory
34 lines (33 loc) • 660 B
JSON
{
"name": "inspect-curry",
"version": "1.0.0",
"description": "curry with debuggable glory",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevemao/inspect-curry.git"
},
"keywords": [
"curry",
"debug",
"toString",
"debuggable",
"inspect",
"fp",
"functional",
"programming",
"test"
],
"author": "Steve Mao",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevemao/inspect-curry/issues"
},
"homepage": "https://github.com/stevemao/inspect-curry#readme",
"devDependencies": {
"jest": "^20.0.3"
}
}