]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - package.json
Add stylesheets vendor and global.css to ignore
[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,
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",
d74c85c4 16 "bittorrent-tracker": "^6.0.6",
8c308c2b
C
17 "blueimp-file-upload": "^9.10.1",
18 "body-parser": "^1.12.4",
e5e7517b 19 "bootstrap-sass": "^3.3.5",
8c308c2b
C
20 "config": "^1.14.0",
21 "connect-livereload": "^0.5.3",
8c308c2b
C
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",
dd0f21d1 28 "grunt-browserify": "^4.0.1",
8c308c2b 29 "grunt-contrib-clean": "^0.6.0",
8c308c2b 30 "grunt-contrib-copy": "0.8.0",
8c308c2b
C
31 "grunt-contrib-watch": "^0.6.1",
32 "grunt-express-server": "^0.5.1",
8c308c2b 33 "grunt-newer": "^1.1.1",
e5e7517b 34 "grunt-sass": "^1.1.0",
8c308c2b
C
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",
4429bba6 48 "ursa": "^0.9.1",
8c308c2b
C
49 "webtorrent": "*",
50 "winston": "^1.0.1",
d74c85c4 51 "ws": "^0.8.0"
8c308c2b
C
52 },
53 "devDependencies": {
54 "chai": "^3.3.0",
55 "mocha": "^2.3.3",
810ccd5e 56 "standard": "^5.1.0",
8c308c2b
C
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}