forked from internetarchive/dweb-transports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"author": {
"name": "Mitra Ardron",
"email": "mitra@archive.org",
"url": "http://www.mitra.biz"
},
"browser": {
"node-fetch": false
},
"bugs": {
"url": "https://github.com/internetarchive/dweb-transports/issues"
},
"dependencies": {
"@stratumn/canonicaljson": "^1.0.3",
"async": "^2.6.3",
"debug": "^4.1.1",
"node-fetch": "^2.3.0",
"readable-stream": "^3.3.0"
},
"description": "Internet Archive Decentralized Web Transports Library",
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"homepage": "https://github.com/internetarchive/dweb-transports#readme",
"keywords": [],
"license": "AGPL-3.0",
"main": "index.js",
"name": "@internetarchive/dweb-transports",
"repository": {
"type": "git",
"url": "git://github.com/internetarchive/dweb-transports.git"
},
"scripts": {
"build": "webpack --mode production",
"test": "cd src; node ./test.js",
"help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'"
},
"version": "0.2.21"
}