curry-d
Version:
Curry and curry right at arbitrary depth, then uncurry, if you want.
63 lines (62 loc) • 1.63 kB
JSON
{
"name": "curry-d",
"version": "0.6.0",
"description": "Curry and curry right at arbitrary depth, then uncurry, if you want.",
"author": "Joshua Newman <joshua.l.newman@gmail.com>",
"keywords": [
"functional",
"curry",
"curry right",
"uncurry"
],
"engines": {
"node": ">= 0.8"
},
"repository": {
"type": "git",
"url": "git@github.com:jnewman/curry-d.git"
},
"bugs": {
"url": "https://github.com/jnewman/curry-d/issues"
},
"main": "./dist/curry-d",
"scripts": {
"dist": "grunt dist",
"lint": "grunt jshint",
"perf": "grunt perf",
"test": "grunt test"
},
"testling": {
"browsers": {
"ie": [7, 8, 9],
"ipad": [6],
"iphone": [6],
"firefox": [19, "nightly"],
"chrome": [25, "canary"],
"safari": [5.2, 6],
"opera": [12, "next"]
},
"harness" : "mocha",
"files": [
"test/curry-d-node.js"
]
},
"devDependencies": {
"chai": "~1.5",
"curry": "~1.0",
"grunt": ">=0.4",
"grunt-benchmark": "~0.2",
"grunt-cli": "~0.1",
"grunt-contrib-concat": "~0.2",
"grunt-contrib-connect": "~0.3",
"grunt-contrib-jshint": "~0.6",
"grunt-contrib-uglify": "~0.2",
"grunt-mocha-phantomjs": "~0.2",
"grunt-mocha-test": "~0.5",
"jshint": "~2.1",
"lodash": "~1.2",
"mocha": "~1.9",
"requirejs": "~2.1"
},
"licenses": "BSD3"
}