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-28 06:59:14 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-28 06:59:14 +0400
commita3cdab8284b2b080ab18030e0163c4b66c554504 (patch)
treed070fb52f5844de305659e8621367cf40a88b803 /package.json
parent2b0a3a4208a3d2e46183f4252c50f99276c350a1 (diff)
move debugs to console (more readable)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index dc9fb10..c1f2120 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,8 @@
"browserify": "~2.34.1",
"compact2string": "feross/node-compact2string#master",
"core-util-is": "~1.0.0",
- "itty-bitty-torrent": "~0.1.2"
+ "itty-bitty-torrent": "~0.1.2",
+ "envify": "~0.2.0"
},
"devDependencies": {},
"scripts": {