UNPKG

ncurry

Version:

Curry for named arguments

29 lines (28 loc) 591 B
{ "name": "ncurry", "version": "1.0.0", "description": "Curry for named arguments", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/gunar/ncurry.git" }, "keywords": [ "curry", "named-arguments" ], "author": "me@gunargessner.com", "license": "MIT", "bugs": { "url": "https://github.com/gunar/ncurry/issues" }, "homepage": "https://github.com/gunar/ncurry#readme", "devDependencies": { "lodash": "^4.17.4", "nodemon": "^1.11.0", "tape": "^4.7.0" } }