aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/package.json
blob: dbb065974201b0876b625a0d15bb91e1ddd55819 (plain) (tree)





















                                                     

                                     
                               

                            

                                  

                                
                          
                            


                       
                           
                       

   
{
  "name": "peertube-client",
  "version": "0.0.1",
  "private": true,
  "licence": "GPLv3",
  "author": {
    "name": "Florian Bigard",
    "email": "florian.bigard@gmail.com",
    "url": "http://github.com/Chocobozzz"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Chocobozzz/PeerTube.git"
  },
  "scripts": {
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "typings": "typings",
    "postinstall": "typings install"
  },
  "license": "ISC",
  "dependencies": {
    "angular2": "2.0.0-beta.9",
    "blueimp-file-upload": "^9.12.1",
    "bootstrap-sass": "^3.3.6",
    "es6-promise": "^3.0.2",
    "es6-shim": "^0.33.3",
    "jquery": "^2.2.1",
    "jquery.ui.widget": "^1.10.3",
    "reflect-metadata": "0.1.2",
    "rxjs": "5.0.0-beta.2",
    "systemjs": "0.19.22",
    "webtorrent": "^0.85.1",
    "zone.js": "0.5.15"
  },
  "devDependencies": {
    "typescript": "^1.8.2",
    "typings": "^0.6.8"
  }
}