view package.json @ 30:193271b6b9d2

configure attributes per result type. select number of items per result page.
author casties
date Mon, 01 Feb 2016 17:29:04 +0100
parents 991bf349bb04
children 39edd27d83e4
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.2",
      "rxjs": "npm:rxjs@5.0.0-beta.0",
      "zone.js": "npm:zone.js@0.5.10"
    },
    "devDependencies": {
      "typescript": "npm:typescript@^1.7.3"
    }
  },
  "dependencies": {},
  "devDependencies": {
    "angular2": "2.0.0-beta.1",
    "jspm": "0.16.19"
  }
}