UNPKG

662 BJSONView Raw
1{
2 "name": "fw",
3 "version": "0.1.2",
4 "description": "Tiny library for asynchronous control-flow in JavaScript",
5 "license": "MIT",
6 "repository": "h2non/fw",
7 "author": "Tomas Aparicio",
8 "main": "lib/fw",
9 "directories": {
10 "lib": "./lib"
11 },
12 "engines": {
13 "node": ">= 0.8.0"
14 },
15 "scripts": {
16 "test": "make test"
17 },
18 "keywords": [
19 "async",
20 "asynchronous",
21 "control",
22 "flow",
23 "parallel",
24 "series"
25 ],
26 "devDependencies": {
27 "chai": "~1.9.1",
28 "semver": "~2.2.1",
29 "mocha": "~1.18.2",
30 "browserify": "^3.43.0",
31 "uglify-js": "^2.4.13",
32 "wisp": "^0.9.0-beta3",
33 "os-shim": "^0.1.2"
34 }
35}
\No newline at end of file