]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - package.json
Add livereload for sass 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": {
288a1331
C
8 "node": ">=0.12.x"
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",
2dd5b570 21 "test": "grunt build && standard && mocha test"
8c308c2b
C
22 },
23 "dependencies": {
24 "async": "^1.2.1",
d74c85c4 25 "bittorrent-tracker": "^6.0.6",
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",
8c308c2b 39 "grunt-contrib-clean": "^0.6.0",
8c308c2b 40 "grunt-contrib-copy": "0.8.0",
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",
8c308c2b
C
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",
4429bba6 59 "ursa": "^0.9.1",
8c308c2b
C
60 "webtorrent": "*",
61 "winston": "^1.0.1",
d74c85c4 62 "ws": "^0.8.0"
8c308c2b
C
63 },
64 "devDependencies": {
65 "chai": "^3.3.0",
66 "mocha": "^2.3.3",
810ccd5e 67 "standard": "^5.1.0",
8c308c2b
C
68 "supertest": "^1.1.0"
69 },
70 "standard": {
71 "globals": [
72 "alert",
73 "confirm",
74 "it",
75 "after",
3bcb78b3 76 "afterEach",
8c308c2b 77 "before",
3bcb78b3 78 "beforeEach",
2dd5b570
C
79 "describe",
80 "include"
8c308c2b
C
81 ]
82 }
83}