Mercurial > hg > ng2-query-ismi
annotate package.json @ 8:fa646ee46c19
more query generation.
author | casties |
---|---|
date | Mon, 18 Jan 2016 09:52:46 +0100 |
parents | 80270f5a5735 |
children | 9343e43a17d1 |
rev | line source |
---|---|
0 | 1 { |
1
59b7c3afcc6b
first interface and http request.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
0
diff
changeset
|
2 "name": "ng2-ismi-query-app", |
0 | 3 "version": "1.0.0", |
4 "scripts": { | |
5 "tsc": "tsc", | |
6 "tsc:w": "tsc -w", | |
7 "lite": "lite-server", | |
8 "start": "concurrent \"npm run tsc:w\" \"npm run lite\" " | |
9 }, | |
10 "license": "ISC", | |
11 "dependencies": { | |
1
59b7c3afcc6b
first interface and http request.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
0
diff
changeset
|
12 "angular2": "2.0.0-beta.1", |
0 | 13 "es6-promise": "^3.0.2", |
14 "es6-shim": "^0.33.3", | |
1
59b7c3afcc6b
first interface and http request.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
0
diff
changeset
|
15 "reflect-metadata": "^0.1.2", |
0 | 16 "rxjs": "5.0.0-beta.0", |
1
59b7c3afcc6b
first interface and http request.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
0
diff
changeset
|
17 "systemjs": "0.19.14", |
2 | 18 "zone.js": "0.5.10" |
0 | 19 }, |
20 "devDependencies": { | |
21 "concurrently": "^1.0.0", | |
22 "lite-server": "^1.3.1", | |
23 "typescript": "^1.7.3" | |
24 } | |
25 } |