johnny-shaman/Category_Theory_Environment

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "cte",
  "version": "1.3.2",
  "description": "Category Theory Environment on javascript",
  "main": "cte.js",
  "scripts": {
    "test": "istanbul cover jasmine-node ./spec/cte.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johnny-shaman/Category_Theory_Environment.git"
  },
  "keywords": [
    "Category Theory",
    "No Constructive",
    "No let",
    "No var",
    "No const",
    "functor",
    "Monad",
    "Comonad",
    "Algebra",
    "Coalgebra",
    "Algebraic",
    "Chainable"
  ],
  "author": "Noboru Okazaki",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johnny-shaman/Category_Theory_Environment/issues"
  },
  "homepage": "https://github.com/johnny-shaman/Category_Theory_Environment#readme"
}