view 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
line wrap: on
line source

{
  "name": "ng2-ismi-query-app",
  "version": "1.0.0",
  "scripts": {
    "lite": "lite-server",
    "tsc:w": "tsc -w",
    "start": "concurrently \"npm run tsc:w\" \"npm run lite\" "
  },
  "jspm": {
    "dependencies": {
      "@angular/compiler": "npm:@angular/compiler@^2.0.0-rc.1",
      "@angular/core": "npm:@angular/core@^2.0.0-rc.1",
      "@angular/http": "npm:@angular/http@^2.0.0-rc.1",
      "@angular/platform-browser": "npm:@angular/platform-browser@^2.0.0-rc.1",
      "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@^2.0.0-rc.1",
      "@angular2/common": "npm:@angular/common@^2.0.0-rc.1",
      "crypto": "github:jspm/nodelibs-crypto@^0.1.0",
      "ng2-bootstrap": "npm:ng2-bootstrap@^1.0.17",
      "ng2-table": "npm:ng2-table@^1.0.2",
      "plugin-typescript": "github:frankwallis/plugin-typescript@^2.6.0",
      "reflect-metadata": "npm:reflect-metadata@^0.1.3",
      "rxjs": "npm:rxjs@5.0.0-beta.6",
      "zone.js": "npm:zone.js@^0.6.12"
    },
    "devDependencies": {
      "typescript": "npm:typescript@^1.8.10"
    }
  },
  "dependencies": {},
  "devDependencies": {
    "concurrently": "^2.0.0",
    "lite-server": "^2.2.0",
    "typescript": "^1.8.10",
    "jspm": "0.16.39"
  }
}