-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "aljebra",
"version": "0.0.2",
"description": "Toy implementations of the algebraic structures defined in the Fantasy Land specification, mostly borrowed from Haskell libraries.",
"author": "Mark Andrus Roberts <markandrusroberts@gmail.com>",
"homepage": "https://github.com/markandrus/aljebra",
"keywords": ["algebraic", "semigroup", "monoid", "functor", "applicative", "monad"],
"issues": {
"url": "https://github.com/markandrus/aljebra/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/markandrus/aljebra"
},
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"engines": [
"node >= .6"
],
"devDependencies": {
"mocha": "*"
},
"dependencies": {
}
}