PeerTube/client/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2016-03-07 14:48:46 +01:00
{
"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",
2016-04-08 20:58:07 +02:00
"postinstall": "typings install",
2016-04-14 22:12:03 +02:00
"test": "tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts"
2016-03-07 14:48:46 +01:00
},
"license": "ISC",
"dependencies": {
2016-04-29 16:51:40 +02:00
"angular-pipes": "^1.5.0",
"angular2": "2.0.0-beta.17",
2016-03-14 13:50:19 +01:00
"blueimp-file-upload": "^9.12.1",
2016-03-07 18:01:56 +01:00
"bootstrap-sass": "^3.3.6",
2016-03-07 14:48:46 +01:00
"es6-promise": "^3.0.2",
2016-04-13 16:46:04 +02:00
"es6-shim": "^0.35.0",
"jquery": "^2.2.3",
2016-03-14 13:50:19 +01:00
"jquery.ui.widget": "^1.10.3",
2016-03-07 14:48:46 +01:00
"reflect-metadata": "0.1.2",
2016-04-29 16:51:40 +02:00
"rxjs": "5.0.0-beta.6",
2016-04-13 16:46:04 +02:00
"systemjs": "0.19.26",
2016-04-01 14:38:04 +02:00
"webtorrent": "^0.89.0",
2016-04-29 16:51:40 +02:00
"zone.js": "0.6.12"
2016-03-07 14:48:46 +01:00
},
"devDependencies": {
2016-04-30 08:48:00 +02:00
"codelyzer": "0.0.18",
2016-04-13 16:46:04 +02:00
"tslint": "^3.7.4",
"typescript": "^1.8.10",
2016-04-29 16:51:40 +02:00
"typings": "^0.8.1"
2016-03-07 14:48:46 +01:00
}
}