mirror of https://github.com/Chocobozzz/PeerTube
Update package.json (license, repo, author...)
parent
3bcb78b3af
commit
288a133126
13
package.json
13
package.json
|
@ -3,9 +3,18 @@
|
||||||
"description": "Prototype of a decentralized video streaming platform using P2P (bittorent) directly in the web browser with webtorrent.",
|
"description": "Prototype of a decentralized video streaming platform using P2P (bittorent) directly in the web browser with webtorrent.",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"licence": "GPLv3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.12.x",
|
"node": ">=0.12.x"
|
||||||
"npm": "1.3.x"
|
},
|
||||||
|
"author": {
|
||||||
|
"name": "Florian Bigard",
|
||||||
|
"email": "florian.bigard@gmail.com",
|
||||||
|
"url": "http://github.com/Chocobozzz"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/Chocobozzz/PeerTube.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "grunt dev",
|
"start": "grunt dev",
|
||||||
|
|
Loading…
Reference in New Issue