aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/package.json
diff options
context:
space:
mode:
authorMark Engel <mark.c.engel@gmail.com>2011-01-28 18:21:04 +0100
committerMark Engel <mark.c.engel@gmail.com>2011-01-28 18:21:04 +0100
commita5f78c6428089f756c45c7cb4101070af38e367a (patch)
treefa4063f8852ae0dd628a35a73bc4a2b65610787d /src/nodejs/package.json
parent422a1895cad4dcee2a82eba1aad86513268ed0ce (diff)
downloadosm-xapi-a5f78c6428089f756c45c7cb4101070af38e367a.tar.gz
osm-xapi-a5f78c6428089f756c45c7cb4101070af38e367a.tar.xz
osm-xapi-a5f78c6428089f756c45c7cb4101070af38e367a.zip
switched to asnyc_testing testsuite
0.3.2 from npm did not work, using 0.4 from github
Diffstat (limited to 'src/nodejs/package.json')
-rw-r--r--src/nodejs/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nodejs/package.json b/src/nodejs/package.json
index 97db4eb..92b4c3c 100644
--- a/src/nodejs/package.json
+++ b/src/nodejs/package.json
@@ -10,4 +10,7 @@
, "log4js" : "*"
, "opts" : "*"
}
+, "dependencies" :
+ { "async_testing" : "*"
+ }
}