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-12-17 06:55:41 +0300
committerFeross Aboukhadijeh <feross@feross.org>2014-12-17 07:03:19 +0300
commit147311347388e02fcc93cdadc17dc7cc2ec99397 (patch)
treef58c03f7ca0a24909710572138cef4a641f7f891 /package.json
parentb8cfe8ea3cde0f0e18d9facc1c3924e783d7f2d0 (diff)
Generate client version string from package.json version
Depends on this PR: https://github.com/webpro/versionify/pull/2
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 14 insertions, 7 deletions
diff --git a/package.json b/package.json
index 5444d89..85b0609 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,11 @@
"load-ip-set": false,
"ut_pex": false
},
+ "browserify": {
+ "transform": [
+ "browserify-versionify"
+ ]
+ },
"bugs": {
"url": "https://github.com/feross/webtorrent/issues"
},
@@ -64,12 +69,14 @@
"ut_metadata": "^2.1.0",
"ut_pex": "^1.0.1",
"webtorrent-swarm": "^0.3.0",
- "windows-no-runnable": "~0.0.6"
+ "windows-no-runnable": "~0.0.6",
+ "zero-fill": "^2.1.0"
},
"devDependencies": {
"bittorrent-tracker": "^2.5.0",
"brfs": "^1.2.0",
- "browserify": "^6.1.0",
+ "browserify": "^7.0.0",
+ "browserify-versionify": "^1.0.2",
"portfinder": "^0.2.1",
"run-auto": "^1.0.0",
"tape": "^3.0.3",
@@ -77,11 +84,6 @@
"zelda": "^2.0.0",
"zuul": "^1.11.1"
},
- "optionalDependencies": {
- "airplay-js": "^0.2.3",
- "chromecast-js": "^0.1.4",
- "nodebmc": "0.0.5"
- },
"homepage": "http://webtorrent.io",
"keywords": [
"torrent",
@@ -96,6 +98,11 @@
],
"license": "MIT",
"main": "index.js",
+ "optionalDependencies": {
+ "airplay-js": "^0.2.3",
+ "chromecast-js": "^0.1.4",
+ "nodebmc": "0.0.5"
+ },
"repository": {
"type": "git",
"url": "git://github.com/feross/webtorrent.git"