summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-05-20 16:40:25 -0700
committerAlexander Early <aearly@fluid.com>2015-05-20 16:40:25 -0700
commitcfa81645c9cb4011b23d1d1a445ad855762568e0 (patch)
treef0f54a82ab193c269b14fe1a4b2ac9ce9e06f9e9 /bower.json
parentbb33062759891a2c68df44687eb0a7dc20a31810 (diff)
downloadasync-cfa81645c9cb4011b23d1d1a445ad855762568e0.tar.gz
v1.0.01.0.0
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/bower.json b/bower.json
index 1817688..9e4156d 100644
--- a/bower.json
+++ b/bower.json
@@ -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",