]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - package.json
Require on the top of the files
[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": {
86435b9b 8 "node": ">=4.2.0"
288a1331
C
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",
cda02107 21 "test": "grunt build && standard && mocha tests"
8c308c2b
C
22 },
23 "dependencies": {
24 "async": "^1.2.1",
a81e7a22 25 "bittorrent-tracker": "^7.0.0",
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",
af82cae0 38 "grunt-concurrent": "^2.1.0",
207fbab4
C
39 "grunt-contrib-clean": "^0.7.0",
40 "grunt-contrib-copy": "0.8.2",
8c308c2b
C
41 "grunt-contrib-watch": "^0.6.1",
42 "grunt-express-server": "^0.5.1",
8c308c2b 43 "grunt-newer": "^1.1.1",
e5e7517b 44 "grunt-sass": "^1.1.0",
8c308c2b
C
45 "jade": "^1.10.0",
46 "jquery": "^2.1.4",
47 "js-yaml": "^3.3.1",
af82cae0 48 "load-grunt-tasks": "^3.3.0",
c4660e08 49 "lodash-node": "^3.10.2",
8c308c2b
C
50 "mkdirp": "^0.5.1",
51 "mongoose": "^4.0.5",
52 "morgan": "^1.5.3",
207fbab4 53 "multer": "^1.1.0",
86435b9b 54 "node-ipc": "^6.0.0",
8c308c2b
C
55 "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper",
56 "request": "^2.57.0",
a81e7a22 57 "request-replay": "^1.0.2",
207fbab4 58 "segfault-handler": "^1.0.0",
8c308c2b 59 "time-grunt": "^1.2.1",
4429bba6 60 "ursa": "^0.9.1",
0b697522 61 "validator": "^4.3.0",
c4660e08 62 "webtorrent": "^0.73.0",
207fbab4 63 "winston": "^2.1.1",
b33d09c1 64 "ws": "^1.0.1"
8c308c2b
C
65 },
66 "devDependencies": {
67 "chai": "^3.3.0",
68 "mocha": "^2.3.3",
b3077e41 69 "standard": "^6.0.1",
8c308c2b
C
70 "supertest": "^1.1.0"
71 },
72 "standard": {
73 "globals": [
74 "alert",
75 "confirm",
76 "it",
77 "after",
3bcb78b3 78 "afterEach",
8c308c2b 79 "before",
3bcb78b3 80 "beforeEach",
2dd5b570
C
81 "describe",
82 "include"
8c308c2b
C
83 ]
84 }
85}