forked from ranm8/requestify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 926 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
36
37
38
39
{
"name": "requestify",
"description": "Simplifies node HTTP request making (HTTP client) with caching support.",
"version": "0.1.14",
"scripts": {
"test": "mocha -R spec test/**/*.js test/*.js"
},
"license": "MIT",
"tags": [
"http",
"request",
"http-request",
"simple",
"web services",
"util",
"http client",
"client",
"request client",
"http cache",
"cache",
"HTTP caching"
],
"author": "Ran Mizrahi <ranm@codeoasis.com>",
"dependencies": {
"q": "~0.9.3",
"underscore": "~1.4.4",
"jquery": "~1.8.3"
},
"devDependencies": {
"mocha": "~1.9.0",
"chai": "~1.6.1",
"sinon": "~1.7.2",
"rewire": "~1.1.3"
},
"repository": "https://github.com/ranm8/requestify.git",
"engines": {
"node": "~0.10.x"
}
}