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