UNPKG

lodash-fantasy

Version:

Fantasy Land compatible types built with lodash.

60 lines (59 loc) 1.46 kB
{ "name": "lodash-fantasy", "version": "1.0.1", "description": "Fantasy Land compatible types built with lodash.", "author": "Justin Morgan <justin.l.morgan@gmail.com>", "keywords": [ "applicative", "apply", "category", "chain", "extend", "fantasy", "functional", "functor", "land", "lodash", "monad", "monoid", "semigroup", "setoid", "validation" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/jlmorgan/node-lodash-fantasy.git" }, "dependencies": { "include": "^1.1.0", "lodash": "^4.16.4" }, "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "eslint": "^3.8.1", "istanbul": "^0.4.5", "jaguarjs-jsdoc": "^1.0.1", "jscs": "^3.0.7", "jsdoc": "^3.4.2", "mocha": "^3.1.2", "sinon": "^1.17.6", "sinon-chai": "^2.8.0" }, "engine-strict": true, "engines": { "node": ">=4.0.0" }, "scripts": { "build": "npm run checkstyle && npm run lint && npm run coverage && npm run docs", "checkstyle": "jscs data test", "clean": "rm -rf build docs", "coverage": "npm run mkdir && istanbul cover --dir build/coverage _mocha -- test/**/*Spec.js && istanbul report html --dir build/coverage", "docs": "jsdoc -c lib/jsdoc.json -r", "lint": "eslint data test", "mkdir": "mkdir -p build", "test": "mocha test/**/*Spec.js" } }