diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-07-06 20:01:27 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-07-06 20:01:27 +0200 |
commit | 8f68c31a711e036dee3bc321ae4cfc4cf53f7258 (patch) | |
tree | 2f609f7bbadaf42e871d339be16440f0542d9f8f /package.json | |
parent | b359546358c39b839867ca920e10221979c65424 (diff) | |
download | PeerTube-8f68c31a711e036dee3bc321ae4cfc4cf53f7258.tar.gz PeerTube-8f68c31a711e036dee3bc321ae4cfc4cf53f7258.tar.zst PeerTube-8f68c31a711e036dee3bc321ae4cfc4cf53f7258.zip |
Server: add script that try to simulate a real world situation
Each pod randomly upload or remove a video and send the information to
its friend
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 669ce8511..115f2e940 100644 --- a/package.json +++ b/package.json | |||
@@ -67,6 +67,7 @@ | |||
67 | }, | 67 | }, |
68 | "devDependencies": { | 68 | "devDependencies": { |
69 | "chai": "^3.3.0", | 69 | "chai": "^3.3.0", |
70 | "commander": "^2.9.0", | ||
70 | "livereload": "^0.4.1", | 71 | "livereload": "^0.4.1", |
71 | "mocha": "^2.3.3", | 72 | "mocha": "^2.3.3", |
72 | "standard": "^7.0.1", | 73 | "standard": "^7.0.1", |