UNPKG

805 BJSONView Raw
1{
2 "name": "control.async",
3 "version": "0.1.0",
4 "description": "Operations for asynchronous control flow.",
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/control.async"
13 },
14 "keywords": [
15 "fantasy-land",
16 "folktale"
17 ],
18 "author": "Quildreen Motta",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/folktale/control.async/issues"
22 },
23 "dependencies": {
24 "monads.future": "~0.1.0"
25 },
26 "devDependencies": {
27 "browserify": "~2.35.4",
28 "groc": "git://github.com/killdream/groc#patch-livescript",
29 "LiveScript": "~1.2.0",
30 "hifive-tap": "~0.1.0",
31 "hifive": "~0.1.0",
32 "uglify-js": "~2.4.3",
33 "laws": "~0.2.0"
34 }
35}