1
0
Fork 0
peertube/client/package.json

60 lines
1.5 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",
2016-06-01 20:05:55 +00:00
"test": "standard && tslint -c ./tslint.json angular/**/*.ts"
2016-03-07 13:48:46 +00:00
},
2016-05-13 12:18:37 +00:00
"license": "GPLv3",
2016-03-07 13:48:46 +00:00
"dependencies": {
2016-05-13 12:18:37 +00:00
"@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",
2016-05-22 08:43:06 +00:00
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
2016-05-13 12:18:37 +00:00
"@angular/router-deprecated": "2.0.0-rc.1",
2016-05-22 08:43:06 +00:00
"angular-pipes": "^2.0.0",
2016-03-14 12:50:19 +00:00
"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",
2016-04-13 14:46:04 +00:00
"es6-shim": "^0.35.0",
"jquery": "^2.2.3",
2016-03-14 12:50:19 +00:00
"jquery.ui.widget": "^1.10.3",
2016-05-22 08:43:06 +00:00
"ng2-bootstrap": "^1.0.16",
2016-05-13 12:18:37 +00:00
"reflect-metadata": "0.1.3",
2016-04-29 14:51:40 +00:00
"rxjs": "5.0.0-beta.6",
2016-05-13 12:18:37 +00:00
"systemjs": "0.19.27",
2016-05-13 13:27:42 +00:00
"webtorrent": "^0.93.2",
2016-04-29 14:51:40 +00:00
"zone.js": "0.6.12"
2016-03-07 13:48:46 +00:00
},
"devDependencies": {
2016-05-17 19:19:47 +00:00
"codelyzer": "0.0.19",
2016-05-13 12:18:37 +00:00
"standard": "^7.0.1",
"systemjs-builder": "^0.15.16",
2016-04-13 14:46:04 +00:00
"tslint": "^3.7.4",
"typescript": "^1.8.10",
2016-05-17 19:19:47 +00:00
"typings": "^1.0.4"
2016-05-13 12:18:37 +00:00
},
"standard": {
"ignore": [
"angular/",
"bundles/"
]
2016-03-07 13:48:46 +00:00
}
}