{
  "name": "@cascade/pagination",
  "version": "0.0.0",
  "description": "Array and Service Pagination powered by Cascade.",
  "repository": "https://www.github.com/sjohnsonaz/cascade-datasource.git",
  "license": "MIT",
  "author": "Sean Johnson <sjohnson@sjohnsonaz.com>",
  "main": "dist/scripts/DataSource.js",
  "typings": "dist/scripts/DataSource.d.ts",
  "scripts": {
    "start": "node src/mocha/NodeRunner.js",
    "install": "",
    "build": "tsc",
    "prepublishOnly": "tsc --declaration",
    "test": "tsc && node src/mocha/NodeRunner.js",
    "min": "webpack --config webpack.config.js --progress",
    "dev": "webpack --config webpack.dev.config.js --progress",
    "watch": "webpack --config webpack.dev.config.js --watch --progress"
  },
  "peerDependencies": {
    "cascade": "^0.7.9"
  },
  "devDependencies": {
    "@types/chai": "4.0.1",
    "@types/mocha": "2.2.41",
    "cascade": "^0.7.9",
    "chai": "4.0.2",
    "core-js": "2.4.1",
    "jsdom": "11.1.0",
    "mocha": "3.4.2",
    "nodemon": "1.11.0",
    "ts-loader": "2.2.2",
    "typescript": "3.8.3",
    "webpack": "3.0.0"
  },
  "keywords": [
    "datasource",
    "pagination",
    "array",
    "service",
    "cascade",
    "observablearray",
    "reactive",
    "model",
    "mvvm"
  ]
}
