summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/bower.json b/bower.json
index e6f1b42..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",
@@ -9,22 +9,24 @@
"utility",
"module"
],
+ "license": "MIT",
"repository": {
"type": "git",
"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",
"globals",
"node"
],
- "license": "MIT",
"ignore": [
"**/.*",
"node_modules",