{
  "name": "tjb-input",
  "version": "0.3.13",
  "description": "awesome input webcomponent",
  "main": "docs/tjb-input.min.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "start": "npm run watch-min | npm run watch-max | http-server",
    "build": "npm run build-max | npm run build-min",
    "build-max": "babel tjb-input.js --out-file docs/tjb-input.js",
    "build-min": "babel --minified tjb-input.js --out-file docs/tjb-input.min.js",
    "watch-max": "babel --watch tjb-input.js --out-file docs/tjb-input.js",
    "watch-min": "babel --watch --minified tjb-input.js --out-file docs/tjb-input.min.js",
    "patch": "npm run build; git commit -am \"$M\"; git push; npm version patch; npm publish",
    "minor": "npm run build; git commit -am \"$M\"; git push; npm version minor; npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tjb-webcomponents/tjb-input.git"
  },
  "keywords": [
    "webcomponent",
    "custom",
    "element",
    "htmlelement",
    "html",
    "input",
    "label"
  ],
  "author": "Thibault Jan Beyer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tjb-webcomponents/tjb-input/issues"
  },
  "homepage": "https://github.com/tjb-webcomponents/tjb-input#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "http-server": "^0.11.1"
  }
}
