view package.json @ 22:9343e43a17d1

build with jspm now.
author casties
date Tue, 26 Jan 2016 15:43:30 +0100
parents 80270f5a5735
children f6f4177d0a81
line wrap: on
line source

{
  "name": "ng2-ismi-query-app",
  "version": "1.0.0",
  "scripts": {
    "lite": "lite-server",
    "start": "concurrent \"npm run tsc:w\" \"npm run lite\" "
  },
  "jspm": {
    "dependencies": {
      "angular2": "npm:angular2@^2.0.0-beta.1",
      "plugin-typescript": "github:frankwallis/plugin-typescript@^2.5.2",
      "reflect-metadata": "npm:reflect-metadata@^0.1.3",
      "rxjs": "npm:rxjs@5.0.0-beta.0",
      "zone.js": "npm:zone.js@^0.5.10"
    },
    "devDependencies": {
      "typescript": "npm:typescript@^1.6.2"
    }
  },
  "dependencies": {
    "lite-server": "^1.3.4"
  },
  "devDependencies": {
    "angular2": "^2.0.0-beta.1",
    "rxjs": "5.0.0-beta.0"
  }
}