annotate package.json @ 24:f6f4177d0a81

use ng2-table for results.
author casties
date Tue, 26 Jan 2016 16:54:38 +0100
parents 9343e43a17d1
children 0795207f3b90
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
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
39ec75917ef7 first checkin
casties
parents:
diff changeset
3 "version": "1.0.0",
39ec75917ef7 first checkin
casties
parents:
diff changeset
4 "scripts": {
39ec75917ef7 first checkin
casties
parents:
diff changeset
5 "lite": "lite-server",
39ec75917ef7 first checkin
casties
parents:
diff changeset
6 "start": "concurrent \"npm run tsc:w\" \"npm run lite\" "
39ec75917ef7 first checkin
casties
parents:
diff changeset
7 },
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
8 "jspm": {
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
9 "dependencies": {
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
10 "angular2": "npm:angular2@^2.0.0-beta.1",
24
f6f4177d0a81 use ng2-table for results.
casties
parents: 22
diff changeset
11 "ng2-table": "npm:ng2-table@^1.0.0-beta.0",
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
12 "plugin-typescript": "github:frankwallis/plugin-typescript@^2.5.2",
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
13 "reflect-metadata": "npm:reflect-metadata@^0.1.3",
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
14 "rxjs": "npm:rxjs@5.0.0-beta.0",
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
15 "zone.js": "npm:zone.js@^0.5.10"
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
16 },
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
17 "devDependencies": {
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
18 "typescript": "npm:typescript@^1.6.2"
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
19 }
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
20 },
24
f6f4177d0a81 use ng2-table for results.
casties
parents: 22
diff changeset
21 "dependencies": {},
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
22 "devDependencies": {
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
23 "angular2": "^2.0.0-beta.1",
24
f6f4177d0a81 use ng2-table for results.
casties
parents: 22
diff changeset
24 "jspm": "0.16.19",
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
25 "rxjs": "5.0.0-beta.0"
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
26 }
39ec75917ef7 first checkin
casties
parents:
diff changeset
27 }