-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 931 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "hyperagent",
"version": "0.2.10",
"description": "hyper+json client for node.js and the browser",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/hypergroup/hyperagent.git"
},
"keywords": [
"hyper",
"superagent"
],
"author": "Cameron Bytheway <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hypergroup/hyperagent/issues"
},
"dependencies": {
"envs": "~0.1.2",
"hyper-client-superagent": "^0.1.10",
"hyper-path": "^1.0.0",
"superagent": "https://github.com/visionmedia/superagent/archive/7395c9c014d6fffdea6f7d6df9841460175abc24.tar.gz",
"superagent-defaults": "~0.1.2"
},
"devDependencies": {
"should": "^3.2.0",
"mocha": "^1.18.2",
"express": "^3.5.1",
"simple-stack-common": "^0.2.3"
}
}