comparison package.json @ 24:f6f4177d0a81

use ng2-table for results.
author casties
date Tue, 26 Jan 2016 16:54:38 +0100
parents 9343e43a17d1
children 0795207f3b90
comparison
equal deleted inserted replaced
23:f7a7014abf5c 24:f6f4177d0a81
6 "start": "concurrent \"npm run tsc:w\" \"npm run lite\" " 6 "start": "concurrent \"npm run tsc:w\" \"npm run lite\" "
7 }, 7 },
8 "jspm": { 8 "jspm": {
9 "dependencies": { 9 "dependencies": {
10 "angular2": "npm:angular2@^2.0.0-beta.1", 10 "angular2": "npm:angular2@^2.0.0-beta.1",
11 "ng2-table": "npm:ng2-table@^1.0.0-beta.0",
11 "plugin-typescript": "github:frankwallis/plugin-typescript@^2.5.2", 12 "plugin-typescript": "github:frankwallis/plugin-typescript@^2.5.2",
12 "reflect-metadata": "npm:reflect-metadata@^0.1.3", 13 "reflect-metadata": "npm:reflect-metadata@^0.1.3",
13 "rxjs": "npm:rxjs@5.0.0-beta.0", 14 "rxjs": "npm:rxjs@5.0.0-beta.0",
14 "zone.js": "npm:zone.js@^0.5.10" 15 "zone.js": "npm:zone.js@^0.5.10"
15 }, 16 },
16 "devDependencies": { 17 "devDependencies": {
17 "typescript": "npm:typescript@^1.6.2" 18 "typescript": "npm:typescript@^1.6.2"
18 } 19 }
19 }, 20 },
20 "dependencies": { 21 "dependencies": {},
21 "lite-server": "^1.3.4"
22 },
23 "devDependencies": { 22 "devDependencies": {
24 "angular2": "^2.0.0-beta.1", 23 "angular2": "^2.0.0-beta.1",
24 "jspm": "0.16.19",
25 "rxjs": "5.0.0-beta.0" 25 "rxjs": "5.0.0-beta.0"
26 } 26 }
27 } 27 }