annotate package.json @ 45:dc4f0541f04d ng2-rc1

update to angular2-rc1. mostly working ;-(
author casties
date Tue, 14 Jun 2016 20:00:39 +0200
parents 39edd27d83e4
children b65a031c4967
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",
45
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
6 "tsc:w": "tsc -w",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
7 "start": "concurrently \"npm run tsc:w\" \"npm run lite\" "
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
8 },
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
9 "jspm": {
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
10 "dependencies": {
45
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
11 "@angular/compiler": "npm:@angular/compiler@^2.0.0-rc.1",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
12 "@angular/core": "npm:@angular/core@^2.0.0-rc.1",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
13 "@angular/http": "npm:@angular/http@^2.0.0-rc.1",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
14 "@angular/platform-browser": "npm:@angular/platform-browser@^2.0.0-rc.1",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
15 "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@^2.0.0-rc.1",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
16 "@angular2/common": "npm:@angular/common@^2.0.0-rc.1",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
17 "crypto": "github:jspm/nodelibs-crypto@^0.1.0",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
18 "ng2-bootstrap": "npm:ng2-bootstrap@^1.0.17",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
19 "ng2-table": "npm:ng2-table@^1.0.2",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
20 "plugin-typescript": "github:frankwallis/plugin-typescript@^2.6.0",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
21 "reflect-metadata": "npm:reflect-metadata@^0.1.3",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
22 "rxjs": "npm:rxjs@5.0.0-beta.6",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
23 "zone.js": "npm:zone.js@^0.6.12"
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
24 },
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
25 "devDependencies": {
45
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
26 "typescript": "npm:typescript@^1.8.10"
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
27 }
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
28 },
24
f6f4177d0a81 use ng2-table for results.
casties
parents: 22
diff changeset
29 "dependencies": {},
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
30 "devDependencies": {
45
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
31 "concurrently": "^2.0.0",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
32 "lite-server": "^2.2.0",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
33 "typescript": "^1.8.10",
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 43
diff changeset
34 "jspm": "0.16.39"
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
35 }
39ec75917ef7 first checkin
casties
parents:
diff changeset
36 }