summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/bower.json b/bower.json
index 9e4156d..494372a 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "1.0.0",
+ "version": "1.1.1",
"main": "lib/async.js",
"keywords": [
"async",
@@ -15,12 +15,15 @@
"url": "https://github.com/caolan/async.git"
},
"devDependencies": {
- "benchmark": "~1.0.0",
+ "benchmark": "bestiejs/benchmark.js",
+ "coveralls": "^2.11.2",
"jshint": "~2.7.0",
"lodash": ">=2.4.1",
"mkdirp": "~0.5.1",
"nodeunit": ">0.0.0",
- "uglify-js": "1.2.x"
+ "nyc": "^2.1.0",
+ "uglify-js": "1.2.x",
+ "yargs": "~3.9.1"
},
"moduleType": [
"amd",