59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"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",
|
|
"test": "standard && tslint -c ./tslint.json angular/**/*.ts"
|
|
},
|
|
"license": "GPLv3",
|
|
"dependencies": {
|
|
"@angular/common": "2.0.0-rc.1",
|
|
"@angular/compiler": "2.0.0-rc.1",
|
|
"@angular/core": "2.0.0-rc.1",
|
|
"@angular/http": "2.0.0-rc.1",
|
|
"@angular/platform-browser": "2.0.0-rc.1",
|
|
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
|
|
"@angular/router-deprecated": "2.0.0-rc.1",
|
|
"angular-pipes": "^2.0.0",
|
|
"blueimp-file-upload": "^9.12.1",
|
|
"bootstrap-sass": "^3.3.6",
|
|
"es6-promise": "^3.0.2",
|
|
"es6-shim": "^0.35.0",
|
|
"jquery": "^2.2.3",
|
|
"jquery.ui.widget": "^1.10.3",
|
|
"ng2-bootstrap": "^1.0.16",
|
|
"reflect-metadata": "0.1.3",
|
|
"rxjs": "5.0.0-beta.6",
|
|
"systemjs": "0.19.27",
|
|
"webtorrent": "^0.93.2",
|
|
"zone.js": "0.6.12"
|
|
},
|
|
"devDependencies": {
|
|
"codelyzer": "0.0.19",
|
|
"standard": "^7.0.1",
|
|
"systemjs-builder": "^0.15.16",
|
|
"tslint": "^3.7.4",
|
|
"typescript": "^1.8.10",
|
|
"typings": "^1.0.4"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"angular/",
|
|
"bundles/"
|
|
]
|
|
}
|
|
}
|