annotate package.json @ 22:9343e43a17d1

build with jspm now.
author casties
date Tue, 26 Jan 2016 15:43:30 +0100
parents 80270f5a5735
children f6f4177d0a81
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",
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
11 "plugin-typescript": "github:frankwallis/plugin-typescript@^2.5.2",
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
12 "reflect-metadata": "npm:reflect-metadata@^0.1.3",
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
13 "rxjs": "npm:rxjs@5.0.0-beta.0",
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
14 "zone.js": "npm:zone.js@^0.5.10"
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
15 },
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
16 "devDependencies": {
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
17 "typescript": "npm:typescript@^1.6.2"
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
18 }
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
19 },
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
20 "dependencies": {
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
21 "lite-server": "^1.3.4"
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
22 },
39ec75917ef7 first checkin
casties
parents:
diff changeset
23 "devDependencies": {
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
24 "angular2": "^2.0.0-beta.1",
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 }