diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-07 14:48:46 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-07 14:48:46 +0100 |
commit | 6f4e252246c715a1dafc1e236c8074b08cdd12a3 (patch) | |
tree | afa187e6b1c192e315156499f01f1d7e040977e0 /client/package.json | |
parent | b9a3e09ad5a7673f64556d1dba122ed4c4fac980 (diff) | |
download | PeerTube-6f4e252246c715a1dafc1e236c8074b08cdd12a3.tar.gz PeerTube-6f4e252246c715a1dafc1e236c8074b08cdd12a3.tar.zst PeerTube-6f4e252246c715a1dafc1e236c8074b08cdd12a3.zip |
Prepare Angular routes
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json new file mode 100644 index 000000000..171c39edf --- /dev/null +++ b/client/package.json | |||
@@ -0,0 +1,37 @@ | |||
1 | { | ||
2 | "name": "peertube-client", | ||
3 | "version": "0.0.1", | ||
4 | "private": true, | ||
5 | "licence": "GPLv3", | ||
6 | "author": { | ||
7 | "name": "Florian Bigard", | ||
8 | "email": "florian.bigard@gmail.com", | ||
9 | "url": "http://github.com/Chocobozzz" | ||
10 | }, | ||
11 | "repository": { | ||
12 | "type": "git", | ||
13 | "url": "git://github.com/Chocobozzz/PeerTube.git" | ||
14 | }, | ||
15 | "scripts": { | ||
16 | "tsc": "tsc", | ||
17 | "tsc:w": "tsc -w", | ||
18 | "typings": "typings", | ||
19 | "postinstall": "typings install" | ||
20 | }, | ||
21 | "license": "ISC", | ||
22 | "dependencies": { | ||
23 | "angular2": "2.0.0-beta.8", | ||
24 | "systemjs": "0.19.22", | ||
25 | "es6-promise": "^3.0.2", | ||
26 | "es6-shim": "^0.33.3", | ||
27 | "reflect-metadata": "0.1.2", | ||
28 | "rxjs": "5.0.0-beta.2", | ||
29 | "zone.js": "0.5.15" | ||
30 | }, | ||
31 | "devDependencies": { | ||
32 | "concurrently": "^2.0.0", | ||
33 | "lite-server": "^2.1.0", | ||
34 | "typescript": "^1.8.2", | ||
35 | "typings":"^0.6.8" | ||
36 | } | ||
37 | } | ||