]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - package.json
Update package.json (license, repo, author...)
[github/Chocobozzz/PeerTube.git] / package.json
CommitLineData
8c308c2b 1{
d148f3b9
C
2 "name": "peertube",
3 "description": "Prototype of a decentralized video streaming platform using P2P (bittorent) directly in the web browser with webtorrent.",
8c308c2b
C
4 "version": "0.0.1",
5 "private": true,
288a1331 6 "licence": "GPLv3",
8c308c2b 7 "engines": {
288a1331
C
8 "node": ">=0.12.x"
9 },
10 "author": {
11 "name": "Florian Bigard",
12 "email": "florian.bigard@gmail.com",
13 "url": "http://github.com/Chocobozzz"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/Chocobozzz/PeerTube.git"
8c308c2b
C
18 },
19 "scripts": {
20 "start": "grunt dev",
21 "test": "grunt build && standard && mocha test/api"
22 },
23 "dependencies": {
24 "async": "^1.2.1",
d74c85c4 25 "bittorrent-tracker": "^6.0.6",
8c308c2b
C
26 "blueimp-file-upload": "^9.10.1",
27 "body-parser": "^1.12.4",
e5e7517b 28 "bootstrap-sass": "^3.3.5",
8c308c2b
C
29 "config": "^1.14.0",
30 "connect-livereload": "^0.5.3",
8c308c2b
C
31 "debug": "^2.2.0",
32 "dezalgo": "^1.0.3",
33 "electron-spawn": "https://github.com/Chocobozzz/electron-spawn",
34 "express": "^4.12.4",
35 "express-validator": "^2.11.0",
36 "grunt": "^0.4.5",
dd0f21d1 37 "grunt-browserify": "^4.0.1",
8c308c2b 38 "grunt-contrib-clean": "^0.6.0",
8c308c2b 39 "grunt-contrib-copy": "0.8.0",
8c308c2b
C
40 "grunt-contrib-watch": "^0.6.1",
41 "grunt-express-server": "^0.5.1",
8c308c2b 42 "grunt-newer": "^1.1.1",
e5e7517b 43 "grunt-sass": "^1.1.0",
8c308c2b
C
44 "jade": "^1.10.0",
45 "jquery": "^2.1.4",
46 "js-yaml": "^3.3.1",
47 "mkdirp": "^0.5.1",
48 "mongoose": "^4.0.5",
49 "morgan": "^1.5.3",
50 "multer": "^0.1.8",
51 "node-ipc": "^3.0.0",
52 "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper",
53 "request": "^2.57.0",
54 "request-replay": "^0.3.0",
55 "segfault-handler": "^0.2.4",
56 "time-grunt": "^1.2.1",
4429bba6 57 "ursa": "^0.9.1",
8c308c2b
C
58 "webtorrent": "*",
59 "winston": "^1.0.1",
d74c85c4 60 "ws": "^0.8.0"
8c308c2b
C
61 },
62 "devDependencies": {
63 "chai": "^3.3.0",
64 "mocha": "^2.3.3",
810ccd5e 65 "standard": "^5.1.0",
8c308c2b
C
66 "supertest": "^1.1.0"
67 },
68 "standard": {
69 "globals": [
70 "alert",
71 "confirm",
72 "it",
73 "after",
3bcb78b3 74 "afterEach",
8c308c2b 75 "before",
3bcb78b3 76 "beforeEach",
8c308c2b
C
77 "describe"
78 ]
79 }
80}