{
  "name": "aire-demo",
  "version": "1.0.0",
  "description": "Beautiful UiKit-based Aurelia plugin",
  "main": "main.js",
  "_moduleAliases": {
    "@root": ".",
    "@build": "../build"
  },
  "scripts": {
    "test": "echo \"no test specified\" ",
    "build": "jspm link ../aire/dist && gulp aire:generate build",
    "dev": "npm install && jspm install -y",
    "clean": "jspm remove aire || gulp clean"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sunshower-io/aurelia-aire.git"
  },
  "keywords": [
    "UIKit",
    "Widgets",
    "Toolkit"
  ],
  "author": "sunshower.io (https://sunshower.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sunshower-io/aurelia-aire/issues"
  },
  "homepage": "https://github.com/sunshower-io/aurelia-aire#readme",
  "jspm": {
    "dependencies": {
      "aire": "local:aire@1.0.0",
      "aurelia-animator-velocity": "npm:aurelia-animator-velocity@^1.2.0",
      "aurelia-bootstrapper": "npm:aurelia-bootstrapper@^2.3.1",
      "aurelia-fetch-client": "npm:aurelia-fetch-client@^1.7.0",
      "aurelia-router-loader": "npm:aurelia-router-loader@^1.0.6",
      "css": "github:systemjs/plugin-css@^0.1.37",
      "font-awesome": "npm:font-awesome@^4.7.0",
      "pretty": "npm:pretty@^2.0.0",
      "prismjs": "npm:prismjs@^1.15.0",
      "showdown": "npm:showdown@^1.9.0",
      "text": "github:systemjs/plugin-text@^0.0.11"
    },
    "devDependencies": {},
    "peerDependencies": {
      "assert": "npm:jspm-nodelibs-assert@^0.2.0",
      "aurelia-binding": "npm:aurelia-binding@^2.0.0",
      "aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0",
      "aurelia-event-aggregator": "npm:aurelia-event-aggregator@^1.0.0",
      "aurelia-framework": "npm:aurelia-framework@^1.3.0",
      "aurelia-history": "npm:aurelia-history@^1.1.0",
      "aurelia-history-browser": "npm:aurelia-history-browser@^1.1.0",
      "aurelia-loader": "npm:aurelia-loader@^1.0.0",
      "aurelia-loader-default": "npm:aurelia-loader-default@^1.1.0",
      "aurelia-logging": "npm:aurelia-logging@^1.0.0",
      "aurelia-logging-console": "npm:aurelia-logging-console@^1.0.0",
      "aurelia-metadata": "npm:aurelia-metadata@^1.0.0",
      "aurelia-pal": "npm:aurelia-pal@^1.4.0",
      "aurelia-pal-browser": "npm:aurelia-pal-browser@^1.1.0",
      "aurelia-path": "npm:aurelia-path@^1.0.0",
      "aurelia-polyfills": "npm:aurelia-polyfills@^1.0.0",
      "aurelia-route-recognizer": "npm:aurelia-route-recognizer@^1.0.0",
      "aurelia-router": "npm:aurelia-router@^1.6.3",
      "aurelia-task-queue": "npm:aurelia-task-queue@^1.1.0",
      "aurelia-templating": "npm:aurelia-templating@^1.8.1",
      "aurelia-templating-binding": "npm:aurelia-templating-binding@^1.0.0",
      "aurelia-templating-resources": "npm:aurelia-templating-resources@^1.7.0",
      "aurelia-templating-router": "npm:aurelia-templating-router@^1.0.0",
      "buffer": "npm:jspm-nodelibs-buffer@^0.2.0",
      "child_process": "npm:jspm-nodelibs-child_process@^0.2.0",
      "clipboard": "npm:clipboard@^2.0.0",
      "events": "npm:jspm-nodelibs-events@^0.2.0",
      "fs": "npm:jspm-nodelibs-fs@^0.2.0",
      "http": "npm:jspm-nodelibs-http@^0.2.0",
      "os": "npm:jspm-nodelibs-os@^0.2.0",
      "path": "npm:jspm-nodelibs-path@^0.2.0",
      "process": "npm:jspm-nodelibs-process@^0.2.0",
      "stream": "npm:jspm-nodelibs-stream@^0.2.0",
      "url": "npm:jspm-nodelibs-url@^0.2.0",
      "util": "npm:jspm-nodelibs-util@^0.2.0",
      "velocity-animate": "npm:velocity-animate@^1.2.3",
      "vm": "npm:jspm-nodelibs-vm@^0.2.0"
    },
    "overrides": {
      "npm:font-awesome@4.7.0": {
        "main": "css/font-awesome.css!",
        "jspmNodeConversion": false,
        "registry": "jspm",
        "dependencies": {
          "css": "0.1"
        }
      }
    }
  },
  "devDependencies": {
    "@sunshower/aire-build": "0.0.4",
    "@types/es6-shim": "^0.31.39",
    "aurelia-fetch-client": "^1.7.0",
    "aurelia-framework": "^1.3.0",
    "aurelia-loader-default": "^1.1.0",
    "aurelia-router": "^1.6.3",
    "browser-sync": "^2.26.3",
    "deepmerge": "^3.0.0",
    "del": "^3.0.0",
    "fancy-log": "^1.3.3",
    "glob": "^7.1.3",
    "gulp": "^4.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-debug": "^4.0.0",
    "gulp-markdown-github-style": "^1.1.1",
    "gulp-notify": "^3.2.0",
    "gulp-plumber": "^1.2.1",
    "gulp-pug": "^4.0.1",
    "gulp-rename": "^1.4.0",
    "gulp-sass": "^4.0.2",
    "gulp-typescript": "^5.0.0",
    "gulp-util": "^3.0.8",
    "i": "^0.3.6",
    "jspm": "^0.17.0-beta.49",
    "module-alias": "^2.1.0",
    "require-dir": "^1.2.0",
    "typescript": "^3.2.2",
    "vinyl-paths": "^2.1.0"
  },
  "dependencies": {
    "gulp-sourcemaps": "^2.6.4",
    "npm-font-open-sans": "^1.1.0",
    "prismjs": "^1.15.0"
  }
}
