dweb-transports/package.json

56 lines
1.4 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": {
2018-09-15 17:28:18 +10:00
"canonical-json": "latest",
2018-10-01 10:57:59 +10:00
"cids": "^0.5.5",
"gun": "^0.9.99995",
2018-08-29 17:20:11 +10:00
"ipfs": "^0.31.7",
2018-10-01 10:57:59 +10:00
"ipfs-api": "^24.0.2",
2018-06-10 18:16:35 -07:00
"ipfs-unixfs": "^0.1.15",
2018-07-22 16:46:06 -07:00
"node-fetch": "^2.2.0",
"readable-stream": "^2.3.6",
2018-10-01 10:57:59 +10:00
"webpack": "^4.20.2",
"webtorrent": "^0.99.3",
2018-04-07 19:44:08 +10:00
"y-array": "latest",
"y-indexeddb": "latest",
2018-07-16 20:03:34 -07:00
"y-ipfs-connector": "^2.3.0",
"y-map": "latest",
"y-memory": "latest",
"y-text": "latest",
"yjs": "latest"
},
"description": "Internet Archive Decentralized Web Transports Library",
"devDependencies": {
"browserify": "^14.5.0",
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",
2018-10-02 12:21:34 +10:00
"webpack-cli": "^3.1.2"
},
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)'"
},
2018-10-06 21:35:17 +10:00
"version": "0.1.23"
}