-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1000 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
41
{
"name": "@matter-in-motion/transports.http",
"version": "1.0.0",
"description": "Matter in Motion Extension. HTTP Transport",
"main": "index.js",
"scripts": {
"test": "nyc ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matter-in-motion/transports.http.git"
},
"keywords": [
"matter-in-motion",
"mmextension",
"transport",
"http",
"https",
"extension",
"network"
],
"author": "Alexey Novikov <v@2dubs.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matter-in-motion/transports.http/issues"
},
"homepage": "https://github.com/matter-in-motion/transports.http#readme",
"devDependencies": {
"@matter-in-motion/app": "^1.0.0",
"@matter-in-motion/loggers.pino": "^1.0.0",
"@matter-in-motion/transport": "^1.0.0",
"ava": "^2.4.0",
"got": "^9.6.0",
"nyc": "^14.1.1"
},
"dependencies": {
"cookie": "^0.4.0",
"flatstr": "^1.0.12",
"send": "^0.17.1"
}
}