diff options
author | Alexander Early <aearly@fluid.com> | 2015-05-20 16:40:25 -0700 |
---|---|---|
committer | Alexander Early <aearly@fluid.com> | 2015-05-20 16:40:25 -0700 |
commit | cfa81645c9cb4011b23d1d1a445ad855762568e0 (patch) | |
tree | f0f54a82ab193c269b14fe1a4b2ac9ce9e06f9e9 /bower.json | |
parent | bb33062759891a2c68df44687eb0a7dc20a31810 (diff) | |
download | async-cfa81645c9cb4011b23d1d1a445ad855762568e0.tar.gz |
v1.0.01.0.0
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,7 +1,7 @@ { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", - "version": "0.9.2", + "version": "1.0.0", "main": "lib/async.js", "keywords": [ "async", @@ -15,10 +15,12 @@ "url": "https://github.com/caolan/async.git" }, "devDependencies": { + "benchmark": "~1.0.0", + "jshint": "~2.7.0", + "lodash": ">=2.4.1", + "mkdirp": "~0.5.1", "nodeunit": ">0.0.0", - "uglify-js": "1.2.x", - "nodelint": ">0.0.0", - "lodash": ">=2.4.1" + "uglify-js": "1.2.x" }, "moduleType": [ "amd", |