{
  "name": "@nuclei-components/responsive-image",
  "moduleName": "responsiveImage",
  "version": "0.3.3",
  "description": "A responsive image tags, with lazy loading",
  "main": "dist/responsiveImage.js",
  "config": {
    "src": "src/responsiveImage.ts"
  },
  "keywords": [
    "vanilla web components",
    "responsive image"
  ],
  "author": "Lukas Oppermann",
  "license": "MIT",
  "devDependencies": {
    "@webcomponents/webcomponentsjs": "^2.1.3",
    "readyjs": "^2.0.0",
    "rollup": "^0.67.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-typescript": "^1.0.0",
    "rollup-watch": "^4.0.0",
    "snazzy": "^8.0.0",
    "standard": "^12.0.1",
    "typescript": "^3.1.6",
    "tslib": "^1.9.3",
    "typescript-eslint-parser": "^20.1.1"
  },
  "scripts": {
    "building": "npm test && rollup -c",
    "build": "npm run building && cp dist/responsiveImage.js docs/responsiveImage.js",
    "build:watch": "npm run building -- -w",
    "demo": "cp -r node_modules/@webcomponents/webcomponentsjs docs/polyfill",
    "test": "standard src/*.ts --parser typescript-eslint-parser | snazzy"
  }
}
