forked from iriscouch/browser-request
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (24 loc) · 961 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
{ "name": "browser-request"
, "version" : "0.2.2"
, "author" : { "name": "Jason Smith" , "email": "jhs@iriscouch.com" }
, "description" : "Browser port of the Node.js 'request' package"
, "keywords" : ["request", "http", "browser", "ender", "browserify"]
, "homepage" : "http://github.com/iriscouch/browser-request"
, "repository" : { "type": "git"
, "url": "git://github.com/iriscouch/browser-request" }
, "scripts": { "prepublish": "rake"
, "build" : "rake"
, "test" : "rake test"
}
, "dependencies" : {
}
, "devDependencies": { "tap": "0.1.3"
, "ender": "~0.8.2"
, "static-plus": "~0.2.4"
, "uglify-js": "~1.2.5"
, "browserify": "~1.10.6"
}
, "engines": [ "node" ]
, "ender": "./dist/ender/ender.js"
, "browserify": "./dist/ender/request.js"
}