monad-state
Version:
The State Monad
57 lines (56 loc) • 1.93 kB
JSON
{
"name": "monad-state",
"version": "0.1.0",
"description": "The State Monad",
"keywords": ["state", "monad", "functional"],
"main": "src/index.js",
"scripts": {
"pretest": "npm run lint",
"test": "tap -Rtap --coverage-report=text-summary ./test/index.js",
"coverage": "tap --coverage-report=lcov ./test/index.js",
"predependencies": "mkdir -p img",
"dependencies": "madge src --image img/dependencies.svg -x 'public|test|coverage|docs' --include-npm",
"postdependencies": "npm run dependencies-test",
"dependencies-test": "madge . --image img/dependencies-test.svg -x 'dist|public|coverage|docs' --include-npm",
"pages-index": "showdown makehtml -i README.md -o public/index.html",
"pages": "./script/pages.sh",
"lint": "eslint --ignore-path .gitignore --fix . --ignore-pattern dist",
"predocument": "rm -rf docs",
"document": "jsdoc -c .jsdoc.json",
"browserify": "browserify dist/entry.js --no-bf | uglifyjs -cm > dist/bundle.js",
"readme": "cat readme/* > README.md",
"next-update": "next-update -k true --tldr"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/bagrounds/monad-state.git"
},
"author": "bagrounds@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/bagrounds/monad-state/issues"
},
"homepage": "https://gitlab.com/bagrounds/monad-state#README",
"devDependencies": {
"browserify": "^16.2.2",
"docdash": "^0.4.0",
"eslint": "5.3.0",
"fun-array": "^0.14.2",
"fun-predicate": "^0.18.0",
"fun-scalar": "^0.6.0",
"fun-test": "^0.25.0",
"fun-test-runner": "^0.10.1",
"jsdoc": "3.5.5",
"madge": "3.2.0",
"next-update": "^3.6.0",
"showdown": "1.8.6",
"tap": "12.0.1",
"uglify-js-es6": "^2.8.9"
},
"dependencies": {
"fun-curry": "^0.3.3",
"fun-object": "^0.8.1",
"fun-type": "^0.8.1",
"guarded": "^0.9.0"
}
}