-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
93 lines (93 loc) · 2.04 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "httpreq",
"description": "node-httpreq is a node.js library to do HTTP(S) requests the easy way",
"version": "1.1.1",
"author": {
"name": "Sam Decrock",
"url": "https://github.com/SamDecrock/"
},
"bugs": {
"url": "https://github.com/SamDecrock/node-httpreq/issues"
},
"engines": {
"node": ">= 6.15.1"
},
"repository": {
"type": "git",
"url": "git://github.com/SamDecrock/node-httpreq.git"
},
"main": "./lib/httpreq",
"license": "MIT",
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.20.1",
"express": "^4.17.1",
"body-parser": "^1.19.0",
"multer": "^1.4.2"
},
"contributors": [
{
"name": "ludovic landier",
"email": null,
"url": "https://github.com/Come2Daddy",
"contributions": 1,
"additions": 1,
"deletions": 0,
"hireable": null
},
{
"name": "MJJ",
"email": null,
"url": "https://github.com/mjj2000",
"contributions": 1,
"additions": 11,
"deletions": 1,
"hireable": true
},
{
"name": "Jason Prickett",
"email": null,
"url": "https://github.com/jpricket",
"contributions": 1,
"additions": 5,
"deletions": 0,
"hireable": null
},
{
"name": "Russell Beattie",
"email": null,
"url": "https://github.com/russellbeattie",
"contributions": 1,
"additions": 55,
"deletions": 3,
"hireable": null
},
{
"name": "Sam",
"email": null,
"url": "https://github.com/SamDecrock",
"contributions": 74,
"additions": 3562,
"deletions": 1353,
"hireable": true
},
{
"name": "Dave Preston",
"email": null,
"url": "https://github.com/davepreston",
"contributions": 1,
"additions": 5,
"deletions": 0,
"hireable": null
},
{
"name": "Franklin",
"email": null,
"url": "https://github.com/fvdm",
"contributions": 17,
"additions": 1729,
"deletions": 1393,
"hireable": null
}
]
}