mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-03-15 18:30:49 +00:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"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": {
|
|
"canonical-json": "^0.0.4",
|
|
"cids": "^0.5.7",
|
|
"debug": "^4.1.1",
|
|
"gun": "^0.2019.627",
|
|
"ipfs": "0.35.0",
|
|
"ipfs-http-client": "^29.1.1",
|
|
"ipfs-unixfs": "^0.1.16",
|
|
"node-fetch": "^2.3.0",
|
|
"readable-stream": "^3.3.0",
|
|
"webpack": "^4.29.3",
|
|
"webtorrent": "git://github.com/jhiesey/webtorrent.git#rescan",
|
|
"wolkjs": "git://github.com/wolkdb/wolkjs.git#master",
|
|
"y-array": "^10.1.4",
|
|
"y-indexeddb": "^8.1.9",
|
|
"y-ipfs-connector": "^2.3.0",
|
|
"y-map": "^10.1.3",
|
|
"y-memory": "^8.0.9",
|
|
"y-text": "^9.5.1",
|
|
"yjs": "^12.0.0"
|
|
},
|
|
"description": "Internet Archive Decentralized Web Transports Library",
|
|
"devDependencies": {
|
|
"browserify": "^16.2.3",
|
|
"chai": "^4.2.0",
|
|
"uglifyjs-webpack-plugin": "^1.3.0",
|
|
"watchify": "^3.11.0",
|
|
"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.1.58"
|
|
}
|