Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2013-10-16 06:01:02 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-16 06:01:02 +0400
commitcc523e8ce6000928021f9027836018ead5249b35 (patch)
treefd32ddf535ad52a3a5f8d0d736adaf2bab1ec260 /package.json
parent8f7a623ba9bd83b0874f32c36443ca0f85fdce98 (diff)
package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..81d8c13
--- /dev/null
+++ b/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "webtorrent",
+ "version": "0.0.1",
+ "description": "A streaming torrent client in your browser, powered by webRTC data channels (no install)",
+ "main": "index.js",
+ "dependencies": {
+ "itty-bitty-torrent": "~0.1.2",
+ "browserify": "~2.34.1"
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/feross/webtorrent.git"
+ },
+ "keywords": [
+ "torrent",
+ "bittorrent",
+ "webrtc",
+ "data",
+ "channel",
+ "webtorrent"
+ ],
+ "author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/feross/webtorrent/issues"
+ }
+}