1
0
Fork 0
peertube/client/package.json

37 lines
804 B
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",
"postinstall": "typings install"
},
"license": "ISC",
"dependencies": {
"angular2": "2.0.0-beta.8",
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",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
2016-03-07 17:01:56 +00:00
"systemjs": "0.19.22",
2016-03-07 13:48:46 +00:00
"zone.js": "0.5.15"
},
"devDependencies": {
"typescript": "^1.8.2",
2016-03-07 17:01:56 +00:00
"typings": "^0.6.8"
2016-03-07 13:48:46 +00:00
}
}