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:
-rw-r--r--package.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/package.json b/package.json
index e8f0925..804f3c6 100644
--- a/package.json
+++ b/package.json
@@ -101,13 +101,9 @@
"build": "browserify -s WebTorrent -e ./ | uglifyjs -m > webtorrent.min.js",
"build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js",
"size": "npm run build && cat webtorrent.min.js | gzip | wc -c",
- "start": "node ./bin/cmd.js",
"test": "standard && node ./bin/test.js",
"test-browser": "zuul -- test/basic.js",
"test-browser-local": "zuul --local -- test/basic.js",
"test-node": "tape test/*.js"
- },
- "testling": {
- "files": "test/basic.js"
}
}