Add async to package.json

This commit is contained in:
Petros Aggelatos 2013-07-18 14:31:09 +03:00
parent a49b617896
commit 1cfb90a122

View File

@ -2,7 +2,8 @@
"name": "haki-client",
"version": "0.0.1",
"dependencies": {
"coffee-script": "~1.6.3"
"coffee-script": "~1.6.3",
"async": "~0.2.9"
},
"engines": [
"node >= 0.10.x"