UNPKG

551 BJSONView Raw
1{
2 "name": "after",
3 "description": "after - tiny flow control",
4 "version": "0.8.2",
5 "author": "Raynos <raynos2@gmail.com>",
6 "contributors": [
7 {
8 "name": "Raynos",
9 "email": "raynos2@gmail.com",
10 "url": "http://raynos.org"
11 }
12 ],
13 "scripts": {
14 "test": "mocha --ui tdd --reporter spec test/*.js"
15 },
16 "devDependencies": {
17 "mocha": "~1.8.1"
18 },
19 "keywords": [
20 "flowcontrol",
21 "after",
22 "flow",
23 "control",
24 "arch"
25 ],
26 "license": "MIT",
27 "repository": "git://github.com/Raynos/after.git"
28}