2018-04-06 19:28:04 +10:00
|
|
|
{
|
2018-04-07 20:19:26 +10:00
|
|
|
"author": {
|
|
|
|
"name": "Mitra Ardron",
|
|
|
|
"email": "mitra@archive.org",
|
|
|
|
"url": "http://www.mitra.biz"
|
|
|
|
},
|
2018-04-13 17:26:44 +10:00
|
|
|
"browser": {
|
|
|
|
"node-fetch": false
|
|
|
|
},
|
2018-04-07 20:19:26 +10:00
|
|
|
"bugs": {
|
2018-04-19 17:50:02 +10:00
|
|
|
"url": "https://github.com/internetarchive/dweb-transports/issues"
|
2018-04-07 20:19:26 +10:00
|
|
|
},
|
2018-04-06 19:28:04 +10:00
|
|
|
"dependencies": {
|
2019-08-26 15:48:49 +10:00
|
|
|
"@stratumn/canonicaljson": "^1.0.3",
|
2019-08-15 18:39:47 +10:00
|
|
|
"cids": "^0.7.1",
|
2019-04-29 16:36:15 +10:00
|
|
|
"debug": "^4.1.1",
|
2019-08-15 18:39:47 +10:00
|
|
|
"gun": "^0.2019.726",
|
|
|
|
"ipfs": "^0.37.0",
|
|
|
|
"ipfs-http-client": "^33.1.1",
|
2019-02-15 19:25:51 +11:00
|
|
|
"ipfs-unixfs": "^0.1.16",
|
|
|
|
"node-fetch": "^2.3.0",
|
2019-04-18 14:10:03 +10:00
|
|
|
"readable-stream": "^3.3.0",
|
2019-02-12 16:31:05 +11:00
|
|
|
"webpack": "^4.29.3",
|
2019-08-15 18:39:47 +10:00
|
|
|
"webtorrent": "^0.107.3",
|
2019-04-12 12:36:52 -07:00
|
|
|
"wolkjs": "git://github.com/wolkdb/wolkjs.git#master",
|
2019-02-15 19:25:51 +11:00
|
|
|
"y-array": "^10.1.4",
|
|
|
|
"y-indexeddb": "^8.1.9",
|
2018-07-16 20:03:34 -07:00
|
|
|
"y-ipfs-connector": "^2.3.0",
|
2019-02-15 19:25:51 +11:00
|
|
|
"y-map": "^10.1.3",
|
|
|
|
"y-memory": "^8.0.9",
|
|
|
|
"y-text": "^9.5.1",
|
2018-11-09 19:55:34 -08:00
|
|
|
"yjs": "^12.0.0"
|
2018-04-06 19:28:04 +10:00
|
|
|
},
|
2018-04-07 20:19:26 +10:00
|
|
|
"description": "Internet Archive Decentralized Web Transports Library",
|
2018-04-06 19:28:04 +10:00
|
|
|
"devDependencies": {
|
2019-02-15 19:25:51 +11:00
|
|
|
"browserify": "^16.2.3",
|
2018-10-01 10:57:59 +10:00
|
|
|
"chai": "^4.2.0",
|
2018-08-15 13:22:50 +10:00
|
|
|
"uglifyjs-webpack-plugin": "^1.3.0",
|
2018-05-24 10:29:08 -07:00
|
|
|
"watchify": "^3.11.0",
|
2019-02-12 16:31:05 +11:00
|
|
|
"webpack-cli": "^3.2.3"
|
2018-04-06 19:28:04 +10:00
|
|
|
},
|
2018-04-19 17:50:02 +10:00
|
|
|
"homepage": "https://github.com/internetarchive/dweb-transports#readme",
|
2018-04-07 20:19:26 +10:00
|
|
|
"keywords": [],
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "index.js",
|
2018-07-27 13:33:51 -07:00
|
|
|
"name": "@internetarchive/dweb-transports",
|
2018-04-07 20:19:26 +10:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-04-19 17:50:02 +10:00
|
|
|
"url": "git://github.com/internetarchive/dweb-transports.git"
|
2018-04-07 20:19:26 +10:00
|
|
|
},
|
2018-04-06 19:28:04 +10:00
|
|
|
"scripts": {
|
2018-07-21 13:34:48 -07:00
|
|
|
"build": "webpack --mode production",
|
2018-04-06 19:28:04 +10:00
|
|
|
"test": "cd src; node ./test.js",
|
2018-04-26 12:53:42 +10:00
|
|
|
"help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'"
|
2018-04-07 20:19:26 +10:00
|
|
|
},
|
2019-09-02 06:57:56 +10:00
|
|
|
"version": "0.1.63"
|
2018-04-06 19:28:04 +10:00
|
|
|
}
|