Add async-counter example

This commit is contained in:
Juan Soto
2016-07-15 09:22:25 -04:00
parent 7c05b858de
commit 17959b8105
2 changed files with 56 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "cancellable-counter",
"version": "1.0.0",
"description": "",
"main": "client.js",
"scripts": {
"start": "budo client.js -p 8080"
},
"keywords": [],
"author": "Juan Soto <juan@juansoto.me>",
"license": "ISC",
"dependencies": {
"budo": "^8.3.0"
}
}