1
0
Fork 0
peertube/client/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

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