annotate package.json @ 30:193271b6b9d2

configure attributes per result type. select number of items per result page.
author casties
date Mon, 01 Feb 2016 17:29:04 +0100
parents 991bf349bb04
children 39edd27d83e4
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": {
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 26
diff changeset
10 "angular2": "npm:angular2@2.0.0-beta.1",
25
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
11 "ng2-bootstrap": "npm:ng2-bootstrap@^1.0.1-beta.2",
24
f6f4177d0a81 use ng2-table for results.
casties
parents: 22
diff changeset
12 "ng2-table": "npm:ng2-table@^1.0.0-beta.0",
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
13 "plugin-typescript": "github:frankwallis/plugin-typescript@^2.5.2",
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 26
diff changeset
14 "reflect-metadata": "npm:reflect-metadata@0.1.2",
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
15 "rxjs": "npm:rxjs@5.0.0-beta.0",
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 26
diff changeset
16 "zone.js": "npm:zone.js@0.5.10"
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
17 },
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
18 "devDependencies": {
26
991bf349bb04 re-display table more often.
casties
parents: 25
diff changeset
19 "typescript": "npm:typescript@^1.7.3"
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
20 }
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
21 },
24
f6f4177d0a81 use ng2-table for results.
casties
parents: 22
diff changeset
22 "dependencies": {},
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
23 "devDependencies": {
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 26
diff changeset
24 "angular2": "2.0.0-beta.1",
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 26
diff changeset
25 "jspm": "0.16.19"
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
26 }
39ec75917ef7 first checkin
casties
parents:
diff changeset
27 }