view package.json @ 25:0795207f3b90

ng2-table now with pager, sorting and styling.
author casties
date Tue, 26 Jan 2016 19:19:23 +0100
parents f6f4177d0a81
children 991bf349bb04
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",
      "ng2-bootstrap": "npm:ng2-bootstrap@^1.0.1-beta.2",
      "ng2-table": "npm:ng2-table@^1.0.0-beta.0",
      "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": {},
  "devDependencies": {
    "angular2": "^2.0.0-beta.1",
    "jspm": "0.16.19",
    "rxjs": "5.0.0-beta.0"
  }
}