UNPKG

858 BJSONView Raw
1{
2 "name": "data.maybe",
3 "version": "1.0.3",
4 "description": "A structure for values that may not be available or computations that may fail.",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/folktale/data.maybe"
12 },
13 "keywords": [
14 "monads",
15 "maybe",
16 "fantasy-land",
17 "option",
18 "folktale"
19 ],
20 "author": "Quildreen Motta",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/folktale/data.maybe/issues"
24 },
25 "dependencies": {},
26 "devDependencies": {
27 "browserify": "^3.38.0",
28 "LiveScript": "~1.2.0",
29 "hifive-tap": "~0.1.0",
30 "hifive": "~0.1.0",
31 "uglify-js": "~2.4.3",
32 "laws": "~0.2.0",
33 "claire": "~0.4.1",
34 "ink-docstrap": "git://github.com/robotlolita/docstrap",
35 "jsdoc": "^3.3.0-alpha5"
36 }
37}
\No newline at end of file