UNPKG

dead-simple-curry

Version:
29 lines (28 loc) 621 B
{ "name": "dead-simple-curry", "version": "1.1.2", "description": "The simplest currying ever :)", "main": "dist/curry.js", "repository": { "type": "git", "url": "git+https://github.com/msn0/dead-simple-curry.git" }, "scripts": { "test": "ava", "prepublish": "webpack -p" }, "keywords": [ "curry", "currying", "partial" ], "author": "Michał Jezierski <ambinanitelo@gmail.com>", "license": "MIT", "devDependencies": { "ava": "^0.17.0", "babel-cli": "^6.18.0", "babel-loader": "^6.2.10", "babel-preset-es2015": "^6.18.0", "webpack": "^2.2.0" } }