green_curry
Version:
Curried functional programming library
31 lines (30 loc) • 649 B
JSON
{
"name": "green_curry",
"version": "0.4.3",
"description": "Curried functional programming library",
"main": "green_curry.js",
"scripts": {
"test": "jasmine JASMINE_CONFIG_PATH=jasmine.json"
},
"contributors": [
"Omar Khan <rook_master2000@yahoo.com>"
],
"homepage": "https://github.com/lightalkmst/green_curry.git",
"keywords": [
"curried",
"functional",
"library",
"green",
"curry",
"convenience",
"functions"
],
"repository": {
"type": "git",
"url": "https://github.com/lightalkmst/green_curry.git"
},
"license": "ISC",
"devDependencies": {
"jasmine": "^3.1.0"
}
}