UNPKG

525 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": "./fw.js",
9 "keywords": [
10 "async",
11 "asynchronous",
12 "control",
13 "flow",
14 "parallel",
15 "series"
16 ],
17 "ignore": [
18 "**/.*",
19 ".*",
20 "*.md",
21 "src",
22 "lib",
23 "test",
24 "Makefile",
25 ".editorconfig",
26 ".gitignore",
27 ".travis.yml",
28 ".npmignore",
29 "package.json"
30 ]
31}
\No newline at end of file