{
  "_from": "ng2-materialize@latest",
  "_id": "ng2-materialize@1.8.0-beta.0",
  "_inBundle": false,
  "_integrity": "sha1-lbZmejLi11UifhTFVFNdBr4LjK4=",
  "_location": "/ng2-materialize",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "ng2-materialize@latest",
    "name": "ng2-materialize",
    "escapedName": "ng2-materialize",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ng2-materialize/-/ng2-materialize-1.8.0-beta.0.tgz",
  "_shasum": "95b6667a32e2d755227e14c554535d06be0b8cae",
  "_spec": "ng2-materialize@latest",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "angular-cli": {},
  "bugs": {
    "url": "https://github.com/sherweb/ng2-materialize/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/jquery": "^3.2.12",
    "@types/materialize-css": "^0.100.0",
    "materialize-css": "^0.100.2"
  },
  "deprecated": false,
  "description": "An Angular 2+ wrap around Materialize library",
  "devDependencies": {
    "@angular/animations": "^4.0.0",
    "@angular/cli": "1.1.1",
    "@angular/common": "^4.0.0",
    "@angular/compiler": "^4.0.0",
    "@angular/compiler-cli": "^4.0.0",
    "@angular/core": "^4.0.0",
    "@angular/forms": "^4.0.0",
    "@angular/http": "^4.0.0",
    "@angular/language-service": "^4.0.0",
    "@angular/platform-browser": "^4.0.0",
    "@angular/platform-browser-dynamic": "^4.0.0",
    "@angular/router": "^4.0.0",
    "@angular/tsc-wrapped": "0.5.0",
    "@types/jasmine": "2.5.45",
    "@types/node": "~6.0.60",
    "clean-css": "^4.0.10",
    "codelyzer": "~3.0.1",
    "core-js": "^2.4.1",
    "custom-event-polyfill": "^0.3.0",
    "gulp": "^3.9.1",
    "gulp-inline-ng2-template": "^4.0.0",
    "html-minifier": "^3.4.2",
    "jasmine-core": "~2.6.2",
    "jasmine-spec-reporter": "~4.1.0",
    "karma": "~1.7.0",
    "karma-chrome-launcher": "~2.1.1",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^1.2.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-ie-launcher": "^1.0.0",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-junit-reporter": "^1.2.0",
    "node-sass": "^4.5.1",
    "protractor": "~5.1.2",
    "reflect-metadata": "0.1.8",
    "rimraf": "^2.5.4",
    "rxjs": "^5.1.0",
    "ts-helpers": "^1.1.1",
    "ts-node": "~3.0.4",
    "tslint": "~5.3.2",
    "tslint-eslint-rules": "^4.1.0",
    "tslint-microsoft-contrib": "^4.0.0",
    "typescript": "~2.3.3",
    "zone.js": "^0.8.4"
  },
  "homepage": "https://github.com/sherweb/ng2-materialize#readme",
  "keywords": [
    "angular",
    "angular-2",
    "angular2",
    "angular-4",
    "angular4",
    "ng",
    "ng2",
    "ng4",
    "material",
    "material-design",
    "materialize",
    "materializecss",
    "component",
    "ui"
  ],
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "name": "ng2-materialize",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sherweb/ng2-materialize.git"
  },
  "scripts": {
    "build": "gulp inline-template && ngc -p src/tsconfig.lib.json",
    "clean": "npm run clean:build && rimraf -- node_modules",
    "clean:build": "rimraf -- dist inline-template",
    "heroku-postbuild": "cd demo-app && yarn install && yarn run build:prod",
    "lint": "tslint \"src/**/*.ts\"",
    "ng": "ng",
    "postbuild": "rimraf -- src/inline-template src/node_modules",
    "prebuild": "rimraf -- dist inline-template src/node_modules",
    "start": "cd demo-app && npm start",
    "test": "ng test"
  },
  "typings": "./dist/index.d.ts",
  "version": "1.8.0-beta.0"
}
