-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 933 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 933 Bytes
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
41
42
{
"name": "request-ajax",
"version": "1.2.0",
"description": "HTTP request client for APIs, based on request",
"main": "index.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=4.2.6"
},
"scripts": {
"test": "mocha",
"lint": "jshint **.js **/*.js",
"coverage": "istanbul cover node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Tickaroo/request-ajax.git"
},
"peerDependencies": {
"request": ">=2.72.0 <3"
},
"devDependencies": {
"backbone": "^1.3.3",
"body-parser": "^1.15.000",
"codecov.io": "^0.1.6",
"chai": "^3.5.0",
"express": "^4.13.4",
"istanbul": "^0.4.3",
"jshint": "^2.9.2",
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"keywords": [
"request",
"api",
"http"
],
"author": "Anton Pawlik <anton.pawlik@gmail.com> (http://antpaw.org)",
"license": "MIT"
}