{
  "name": "angular-plus-materialize",
  "version": "1.0.3",
  "description": "Angular 2 & higher support for Materialize CSS framework.  Forked from angular2-materialize.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "commit": "git-cz",
    "clean": "rimraf dist",
    "dist": "gulp",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "deploy-app": "npm-run-all deploy-app:*",
    "deploy-app:clean": "rm -rf dist/app",
    "deploy-app:bundle": "jspm bundle-sfx app dist/app/index.js --minify",
    "deploy-app:copy-index": "cat index.html | tr '\n' ' ' | sed 's/<script.*<\\/script>//g' > dist/app/index.html",
    "deploy-app:append-script": "echo \"<script src='index.js'></script>\" >> dist/app/index.html",
    "deploy-app:copy-resources": "rsync -Ravz jspm_packages/npm/materialize-css@*/dist/fonts/ dist/app",
    "deploy-app:deploy": "surge -p dist/app -d angular2-materialize.surge.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thcheng/angular-plus-materialize.git"
  },
  "keywords": [
    "angular",
    "angular2",
    "angular 2",
    "angular +",
    "angular plus",
    "materialize",
    "materializecss",
    "materialize-css",
    "materialize css"
  ],
  "author": "Ruby Boyarski <rubyboy@gmail.com>; Timothy Cheng <timothythcheng@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": ""
  },
  "homepage": "https://github.com/thcheng/angular-plus-materialize",
  "dependencies": {
    "@angular/forms": "^4.0.0"
  },
  "peerDependencies": {
    "materialize-css": "^0.97.8",
    "@angular/common": "^4.0.0",
    "@angular/core": "^4.0.0"
  },
  "devDependencies": {
    "@angular/animations": "^4.0.1",
    "@angular/common": "^4.0.0",
    "@angular/compiler": "^4.0.0",
    "@angular/compiler-cli": "^4.0.0",
    "@angular/core": "^4.0.0",
    "@angular/platform-browser": "^4.0.0",
    "@angular/platform-browser-dynamic": "^4.0.0",
    "@angular/platform-server": "^4.0.0",
    "@angular/router": "^4.0.0",
    "commitizen": "^2.4.6",
    "css-loader": "^0.23.1",
    "cz-conventional-changelog": "^1.1.5",
    "es6-promise": "^3.1.2",
    "es6-shim": "^0.35.0",
    "expose-loader": "^0.7.1",
    "file-loader": "^0.9.0",
    "ghooks": "^1.0.1",
    "gulp": "^3.9.0",
    "gulp-rimraf": "^0.2.0",
    "gulp-typescript": "^2.10.0",
    "hammerjs": "^2.0.6",
    "imports-loader": "^0.6.5",
    "jquery": "^2.2.4",
    "jspm": "0.16.42",
    "materialize-css": "^0.97.8",
    "npm-run-all": "^3.0.0",
    "reflect-metadata": "0.1.8",
    "rimraf": "^2.4.4",
    "run-sequence": "^1.1.5",
    "rxjs": "5.0.1",
    "semantic-release": "^4.3.5",
    "style-loader": "^0.13.0",
    "ts-loader": "^0.8.1",
    "tsc": "^1.20150623.0",
    "tsd": "^0.6.5",
    "typescript": "^2.2.0",
    "url-loader": "^0.5.7",
    "webpack": "^1.12.14",
    "zone.js": "^0.8.4"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    },
    "ghooks": {
      "pre-commit": "npm run dist"
    }
  },
  "jspmNodeConversion": false,
  "jspm": {
    "dependencies": {},
    "devDependencies": {
      "@angular/common": "npm:@angular/common@^4.0.0",
      "@angular/compiler": "npm:@angular/compiler@^4.0.0",
      "@angular/core": "npm:@angular/core@^4.0.0",
      "@angular/forms": "npm:@angular/forms@^4.0.0",
      "@angular/platform-browser": "npm:@angular/platform-browser@^4.0.0",
      "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@^4.0.0",
      "@angular/router": "npm:@angular/router@^4.0.0",
      "clean-css": "npm:clean-css@^3.4.9",
      "crypto": "github:jspm/nodelibs-crypto@^0.1.0",
      "css": "github:systemjs/plugin-css@^0.1.20",
      "es6-shim": "github:es-shims/es6-shim@^0.35.1",
      "jquery": "npm:jquery@^2.2.1",
      "materialize-css": "npm:materialize-css@^0.97.8",
      "reflect-metadata": "npm:reflect-metadata@^0.1.3",
      "rxjs": "npm:rxjs@5.0.1",
      "typescript": "npm:typescript@^2.0.3",
      "zone.js": "npm:zone.js@^0.7.2"
    },
    "overrides": {
      "npm:materialize-css@0.97.8": {
        "shim": {
          "dist/js/materialize": {
            "deps": [
              "jquery",
              "../css/materialize.css!"
            ],
            "exports": "$"
          }
        },
        "jspmNodeConversion": false
      }
    }
  }
}
