haskellstream
Version:
Small library to provide functional programming paradigms.
34 lines (33 loc) • 729 B
JSON
{
"name": "haskellstream",
"version": "0.2.4",
"description": "Small library to provide functional programming paradigms.",
"main": "hs.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/j-hannes/haskellstream.git"
},
"keywords": [
"Haskell",
"functional"
],
"author": "Johannes Erber",
"license": "MIT",
"bugs": {
"url": "https://github.com/j-hannes/haskellstream/issues"
},
"homepage": "https://github.com/j-hannes/haskellstream",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1",
"mocha-clean": "^0.4.0",
"repl.history": "^0.1.2"
},
"dependencies": {}
}