Views refractoring
[oweals/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     "config": "^1.14.0",
21     "connect-livereload": "^0.5.3",
22     "debug": "^2.2.0",
23     "dezalgo": "^1.0.3",
24     "electron-spawn": "https://github.com/Chocobozzz/electron-spawn",
25     "express": "^4.12.4",
26     "express-validator": "^2.11.0",
27     "grunt": "^0.4.5",
28     "grunt-browserify": "^4.0.1",
29     "grunt-contrib-clean": "^0.6.0",
30     "grunt-contrib-copy": "0.8.0",
31     "grunt-contrib-watch": "^0.6.1",
32     "grunt-express-server": "^0.5.1",
33     "grunt-newer": "^1.1.1",
34     "jade": "^1.10.0",
35     "jquery": "^2.1.4",
36     "js-yaml": "^3.3.1",
37     "mkdirp": "^0.5.1",
38     "mongoose": "^4.0.5",
39     "morgan": "^1.5.3",
40     "multer": "^0.1.8",
41     "node-ipc": "^3.0.0",
42     "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper",
43     "request": "^2.57.0",
44     "request-replay": "^0.3.0",
45     "segfault-handler": "^0.2.4",
46     "time-grunt": "^1.2.1",
47     "ursa": "^0.8.5",
48     "webtorrent": "*",
49     "winston": "^1.0.1",
50     "ws": "^0.7.2"
51   },
52   "devDependencies": {
53     "chai": "^3.3.0",
54     "mocha": "^2.3.3",
55     "standard": "^5.1.0",
56     "supertest": "^1.1.0"
57   },
58   "standard": {
59     "globals": [
60       "alert",
61       "confirm",
62       "it",
63       "after",
64       "before",
65       "describe"
66     ]
67   }
68 }