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>2014-02-25 10:41:42 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-25 10:41:42 +0400
commit7a02944dcf847eab0595265c02113ba118ccde6d (patch)
tree000b301930e4c10726e875cf159810a64860dde7 /package.json
parent397829476585d0c9395435900a16036c1f0de615 (diff)
show speed in UI
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index b9a086d..cda3859 100644
--- a/package.json
+++ b/package.json
@@ -41,14 +41,14 @@
"speedometer": "^0.1.2"
},
"devDependencies": {
+ "brfs": "^0.2.2",
"browserify": "3.x",
"browserify-shim": "^3.2.2",
"nib": "^1.0.2",
"nodemon": "^1.0.15",
"stylus": "^0.42.2",
"tape": "2.x",
- "watchify": "0.x",
- "brfs": "^0.2.2"
+ "watchify": "0.x"
},
"homepage": "http://webtorrent.io",
"keywords": [
@@ -77,4 +77,4 @@
"watch-css": "stylus --use nib css/main.styl --out chrome/ --watch",
"watch-js": "watchify index.js --outfile chrome/bundle.js --debug --verbose"
}
-}
+} \ No newline at end of file