1
0
Fork 0
peertube/client/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2016-03-07 13:48:46 +00: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 18:58:07 +00:00
"postinstall": "typings install",
"test": "tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts"
2016-03-07 13:48:46 +00:00
},
"license": "ISC",
"dependencies": {
2016-03-14 12:50:19 +00:00
"angular2": "2.0.0-beta.9",
"blueimp-file-upload": "^9.12.1",
2016-03-07 17:01:56 +00:00
"bootstrap-sass": "^3.3.6",
2016-03-07 13:48:46 +00:00
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
2016-03-14 12:50:19 +00:00
"jquery": "^2.2.1",
"jquery.ui.widget": "^1.10.3",
2016-03-07 13:48:46 +00:00
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
2016-03-07 17:01:56 +00:00
"systemjs": "0.19.22",
2016-04-01 12:38:04 +00:00
"webtorrent": "^0.89.0",
2016-03-07 13:48:46 +00:00
"zone.js": "0.5.15"
},
"devDependencies": {
2016-04-08 18:58:07 +00:00
"codelyzer": "0.0.12",
"tslint": "^3.7.1",
2016-03-07 13:48:46 +00:00
"typescript": "^1.8.2",
2016-03-07 17:01:56 +00:00
"typings": "^0.6.8"
2016-03-07 13:48:46 +00:00
}
}