Skip to content

Commit

Permalink
Merge branch 'master' of github.com:visionmedia/superagent
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 9, 2013
2 parents 46bef96 + 1224c98 commit 25c86e9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,25 @@
"emitter-component": "1.0.0",
"methods": "0.0.1",
"cookiejar": "1.3.0",
"debug": "~0.7.2"
"debug": "~0.7.2",
"reduce": "RedVentures/reduce#346d59"
},
"devDependencies": {
"express": "3.3.1",
"better-assert": "~0.1.0",
"should": "*",
"mocha": "*"
},
"browser": {
"./lib/node/index.js": "./lib/client.js",
"emitter": "emitter-component"
},
"component": {
"scripts": {
"superagent": "lib/client.js"
}
},
"main": "lib/node",
"main": "./lib/node/index.js",
"engines": {
"node": "*"
}
Expand Down

0 comments on commit 25c86e9

Please sign in to comment.