dweb-transports/package.json

58 lines
1.6 KiB
JSON
Raw Normal View History

{
"author": {
"name": "Mitra Ardron",
"email": "mitra@archive.org",
"url": "http://www.mitra.biz"
},
"browser": {
"node-fetch": false
},
"bugs": {
2018-04-19 17:50:02 +10:00
"url": "https://github.com/internetarchive/dweb-transports/issues"
},
"dependencies": {
"canonical-json": "^0.0.4",
2018-12-29 21:48:19 +11:00
"cids": "^0.5.7",
"debug": "^4.1.1",
"gun": "^0.2019.627",
"ipfs": "^0.34.4",
"ipfs-http-client": "^29.1.1",
"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-03-19 16:24:11 -07:00
"webtorrent": "git://github.com/jhiesey/webtorrent.git#rescan",
2019-04-12 12:36:52 -07:00
"wolkjs": "git://github.com/wolkdb/wolkjs.git#master",
"y-array": "^10.1.4",
"y-indexeddb": "^8.1.9",
2018-07-16 20:03:34 -07:00
"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",
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",
"watchify": "^3.11.0",
2019-02-12 16:31:05 +11:00
"webpack-cli": "^3.2.3"
},
2018-04-19 17:50:02 +10:00
"homepage": "https://github.com/internetarchive/dweb-transports#readme",
"keywords": [],
"license": "AGPL-3.0",
"main": "index.js",
2018-07-27 13:33:51 -07:00
"name": "@internetarchive/dweb-transports",
"repository": {
"type": "git",
2018-04-19 17:50:02 +10:00
"url": "git://github.com/internetarchive/dweb-transports.git"
},
"scripts": {
"build": "webpack --mode production",
"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)'"
},
2019-07-01 20:31:59 +10:00
"version": "0.1.57"
}