-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 854 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 854 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": "unirest",
"version": "0.6.0",
"description": "Simplified, lightweight HTTP client library",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"form-data": "^0.2.0",
"mime": "^2.4.0",
"request": "^2.88.0"
},
"devDependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"mocha": "^6.0.0",
"should": "~8.3.1"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:Mashape/unirest-nodejs.git"
},
"keywords": [
"request",
"http",
"library",
"superagent",
"simple",
"util",
"utility",
"method"
],
"author": "Mashape <opensource@mashape.com> (https://www.mashape.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mashape/unirest-nodejs/issues"
}
}