UNPKG

974 BJSONView Raw
1{
2 "name": "data.future",
3 "version": "1.0.0",
4 "description": "A monad for time-dependant values, providing explicit effects for delayed computations, latency, etc.",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "make test",
8 "prepublish": "make compile"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/folktale/data.future"
13 },
14 "keywords": [
15 "fantasy-land",
16 "folktale",
17 "monads",
18 "algebraic",
19 "promises",
20 "futures",
21 "asynchronous"
22 ],
23 "author": "Quildreen Motta",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/folktale/data.future/issues"
27 },
28 "dependencies": {
29 },
30 "devDependencies": {
31 "claire": "~0.4.1",
32 "browserify": "git://github.com/robotlolita/node-browserify",
33 "groc": "git://github.com/robotlolita/groc#patch-livescript",
34 "LiveScript": "~1.2.0",
35 "hifive-tap": "~0.1.0",
36 "hifive": "~0.1.0",
37 "uglify-js": "~2.4.3",
38 "laws": "~0.2.0"
39 }
40}