{
  "name": "modern-webcamjs",
  "version": "1.1.3",
  "description": "HTML5 WebcamJS Image Capture Library",
  "main": "./dist/webcam.js",
  "scripts": {
    "build": "npm run test && npm run clean && npm run build:ts && npm run jslint",
    "build:ts": "tsc -p ./ --outDir dist/",
    "clean": "rm -rf dist/*",
    "jslint": "eslint --fix dist/**/*.js",
    "lint": "tslint -p tslint.json ",
    "prepublishOnly": "npm run build",
    "test": "npm run lint",
    "tsc:w": "tsc -p ./tsconfig.json -w"
  },
  "keywords": [
    "camera",
    "multiple",
    "html5",
    "ES6",
    "getusermedia"
  ],
  "module": "./dist/webcam.js",
  "types": "./dist/webcam.d.ts",
  "author": "waiting",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/waitingsong/modern-webcamjs.git"
  },
  "bugs": {
    "url": "https://github.com/waitingsong/modern-webcamjs/issues"
  },
  "homepage": "https://github.com/waitingsong/modern-webcamjs#readme",
  "devDependencies": {
    "eslint": "^4.10.0",
    "rimraf": "^2.6.1",
    "ts-node": "^3.3.0",
    "tslint": "^5.7.0",
    "typescript": "^2.6.1"
  }
}
