mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-03-16 02:40:49 +00:00
56 lines
1.5 KiB
JSON
56 lines
1.5 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": "latest",
|
|
"cids": "^0.5.7",
|
|
"gun": "^0.9.999995",
|
|
"ipfs": "^0.31.7",
|
|
"ipfs-http-client": "^29.1.0",
|
|
"ipfs-unixfs": "^0.1.15",
|
|
"node-fetch": "^2.2.0",
|
|
"readable-stream": "^2.3.6",
|
|
"webpack": "^4.28.3",
|
|
"webtorrent": "^0.99.3",
|
|
"y-array": "latest",
|
|
"y-indexeddb": "latest",
|
|
"y-ipfs-connector": "^2.3.0",
|
|
"y-map": "latest",
|
|
"y-memory": "latest",
|
|
"y-text": "latest",
|
|
"yjs": "^12.0.0"
|
|
},
|
|
"description": "Internet Archive Decentralized Web Transports Library",
|
|
"devDependencies": {
|
|
"browserify": "^14.5.0",
|
|
"chai": "^4.2.0",
|
|
"uglifyjs-webpack-plugin": "^1.3.0",
|
|
"watchify": "^3.11.0",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"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.33"
|
|
}
|