{
  "name": "oribella-aurelia-sortable",
  "version": "0.13.1",
  "description": "Aurelia Sortable plugin powered by Oribella",
  "repository": {
    "type": "git",
    "url": "https://github.com/oribella/aurelia-sortable"
  },
  "main": "dist/commonjs/oribella-aurelia-sortable.js",
  "typings": "dist/commonjs/oribella-aurelia-sortable.d.ts",
  "scripts": {
    "lint": "tslint -c tslint.json --project tsconfig.json",
    "pretest": "npm run lint",
    "test": "nyc mocha --recursive --compilers ts:ts-node/register --require test/setup.ts",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "clean": "rimraf dist",
    "clean:demo": "rimraf demo/dist",
    "compile": "tsc -p tsconfig.build.json",
    "commonjs": "npm run compile -- --module commonjs --outDir dist/commonjs",
    "amd": "npm run compile -- --module amd --outDir dist/amd",
    "system": "npm run compile -- --module system --outDir dist/system",
    "es2015": "npm run compile -- --module es2015 --outDir dist/es2015 --target es2015",
    "build": "npm-run-all -n clean --parallel commonjs amd system es2015",
    "build:demo": "npm run clean:demo && cd demo && npm run build",
    "deploy:demo": "git subtree split --prefix demo/dist -b gh-pages && git push origin gh-pages:gh-pages",
    "dev": "cd demo && npm run dev"
  },
  "author": "Christoffer Åström",
  "license": "MIT",
  "files": [
    "dist",
    "src"
  ],
  "jspm": {
    "registry": "npm",
    "jspmPackage": true,
    "main": "index",
    "format": "amd",
    "directories": {
      "dist": "dist/amd"
    },
    "peerDependencies": {
      "aurelia-dependency-injection": "^1.3.0",
      "aurelia-pal": "^1.2.0",
      "aurelia-templating": "^1.2.0",
      "aurelia-templating-resources": "^1.3.1",
      "oribella": "^0.8.1",
      "oribella-framework": "^0.10.1",
      "tslib": "^1.5.0"
    },
    "dependencies": {
      "aurelia-dependency-injection": "^1.3.0",
      "aurelia-pal": "^1.2.0",
      "aurelia-templating": "^1.2.0",
      "aurelia-templating-resources": "^1.3.1",
      "oribella": "^0.8.1",
      "oribella-framework": "^0.10.1",
      "tslib": "^1.5.0"
    }
  },
  "devDependencies": {
    "@types/chai": "^4.0.1",
    "@types/jsdom": "^11.0.1",
    "@types/mocha": "^2.2.41",
    "@types/node": "^8.0.10",
    "@types/sinon": "^2.3.2",
    "@types/sinon-chai": "^2.7.28",
    "aurelia-bootstrapper": "^2.0.1",
    "aurelia-framework": "^1.0.8",
    "aurelia-loader-nodejs": "^1.0.0",
    "aurelia-pal-nodejs": "^1.0.0-beta.1.0.0",
    "aurelia-polyfills": "^1.1.1",
    "aurelia-testing": "^1.0.0-beta.2.0.1",
    "chai": "^3.5.0",
    "coveralls": "^2.11.15",
    "jsdom": "^9.9.1",
    "mocha": "^3.2.0",
    "npm-run-all": "^4.0.1",
    "nyc": "^10.0.0",
    "rimraf": "^2.5.4",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0",
    "ts-node": "^2.1.0",
    "tslint": "^4.0.2",
    "typescript": "^2.2.1",
    "typings": "^2.0.0"
  },
  "dependencies": {
    "aurelia-dependency-injection": "^1.3.0",
    "aurelia-pal": "^1.2.0",
    "aurelia-templating": "^1.2.0",
    "aurelia-templating-resources": "^1.3.1",
    "oribella": "^0.8.1",
    "oribella-framework": "^0.10.1",
    "tslib": "^1.5.0"
  },
  "nyc": {
    "include": [
      "src/*"
    ],
    "extension": [
      ".ts"
    ],
    "exclude": [
      "dist",
      "typings"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "all": true,
    "sourceMap": true,
    "instrument": true
  }
}
