]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - package.json
8693e9b0bb2088f3a97fb3221beca311e04233a4
[github/Chocobozzz/PeerTube.git] / package.json
1 {
2 "name": "peertube",
3 "description": "Prototype of a decentralized video streaming platform using P2P (bittorent) directly in the web browser with webtorrent.",
4 "version": "0.0.1",
5 "private": true,
6 "engines": {
7 "node": "0.12.x",
8 "npm": "1.3.x"
9 },
10 "scripts": {
11 "start": "grunt dev",
12 "test": "grunt build && standard && mocha test/api"
13 },
14 "dependencies": {
15 "async": "^1.2.1",
16 "bittorrent-tracker": "^4.4.5",
17 "blueimp-file-upload": "^9.10.1",
18 "body-parser": "^1.12.4",
19 "bootstrap": "^3.3.5",
20 "compression": "^1.5.0",
21 "config": "^1.14.0",
22 "connect-livereload": "^0.5.3",
23 "cookie-parser": "^1.3.5",
24 "debug": "^2.2.0",
25 "dezalgo": "^1.0.3",
26 "electron-spawn": "https://github.com/Chocobozzz/electron-spawn",
27 "express": "^4.12.4",
28 "express-validator": "^2.11.0",
29 "grunt": "^0.4.5",
30 "grunt-browserify": "^4.0.1",
31 "grunt-contrib-clean": "^0.6.0",
32 "grunt-contrib-concat": "^0.5.1",
33 "grunt-contrib-copy": "0.8.0",
34 "grunt-contrib-csslint": "^0.4.0",
35 "grunt-contrib-cssmin": "^0.12.3",
36 "grunt-contrib-htmlmin": "^0.4.0",
37 "grunt-contrib-imagemin": "^0.9.4",
38 "grunt-contrib-jade": "^0.14.1",
39 "grunt-contrib-jshint": "^0.11.2",
40 "grunt-contrib-uglify": "^0.9.1",
41 "grunt-contrib-watch": "^0.6.1",
42 "grunt-express-server": "^0.5.1",
43 "grunt-filerev": "^2.3.1",
44 "grunt-newer": "^1.1.1",
45 "grunt-usemin": "^3.0.0",
46 "jade": "^1.10.0",
47 "jquery": "^2.1.4",
48 "js-yaml": "^3.3.1",
49 "mkdirp": "^0.5.1",
50 "mongoose": "^4.0.5",
51 "morgan": "^1.5.3",
52 "multer": "^0.1.8",
53 "node-ipc": "^3.0.0",
54 "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper",
55 "request": "^2.57.0",
56 "request-replay": "^0.3.0",
57 "segfault-handler": "^0.2.4",
58 "time-grunt": "^1.2.1",
59 "ursa": "^0.8.5",
60 "webtorrent": "*",
61 "winston": "^1.0.1",
62 "ws": "^0.7.2"
63 },
64 "devDependencies": {
65 "chai": "^3.3.0",
66 "mocha": "^2.3.3",
67 "standard": "^5.1.0",
68 "supertest": "^1.1.0"
69 },
70 "standard": {
71 "globals": [
72 "alert",
73 "confirm",
74 "it",
75 "after",
76 "before",
77 "describe"
78 ]
79 }
80 }