dweb-transports/package.json

49 lines
1.2 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": {
"cids": "latest",
"ipfs": "latest",
"ipfs-unixfs": "latest",
"node-fetch": "latest",
"readable-stream": "latest",
"webtorrent": "^0.99.3",
2018-04-07 19:44:08 +10:00
"y-array": "latest",
"y-indexeddb": "latest",
2018-04-07 19:44:08 +10:00
"y-ipfs-connector": "latest",
"y-map": "latest",
"y-memory": "latest",
"y-text": "latest",
"yjs": "latest"
},
"description": "Internet Archive Decentralized Web Transports Library",
"devDependencies": {
"browserify": "^14.5.0",
"watchify": "^3.11.0"
},
2018-04-19 17:50:02 +10:00
"homepage": "https://github.com/internetarchive/dweb-transports#readme",
"keywords": [],
"license": "AGPL-3.0",
"main": "index.js",
"name": "dweb-transports",
"repository": {
"type": "git",
2018-04-19 17:50:02 +10:00
"url": "git://github.com/internetarchive/dweb-transports.git"
},
"scripts": {
2018-04-26 12:53:42 +10:00
"build": "webpack --mode development",
"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)'"
},
"version": "0.0.1"
}