forked from ranm8/requestify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 837 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
40
{
"name": "requestify",
"description": "Simplifies node HTTP request making (HTTP client) with caching support.",
"version": "0.2.3",
"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@cocycles.com>",
"dependencies": {
"jquery": "^3.1.0",
"q": "^0.9.7",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^1.9.0",
"rewire": "^1.1.3",
"sinon": "^1.7.3",
"sinon-chai": "^2.4.0"
},
"repository": "https://github.com/ranm8/requestify.git",
"engines": {
"node": "~0.10.x"
}
}