{
  "name": "@iclemens/cv",
  "version": "0.3.5",
  "description": "Computer Vision Library",
  "main": "index.js",
  "typings": "index.d.ts",
  "repository": "https://github.com/iclemens/cv.js.git",
  "scripts": {
    "copypackage": "node src/scripts/copy-package.js",
    "build": "tsc && npm run copypackage",
    "link": "npm run copypackage && cd dist && npm link --only=production",
    "publish-pkg": "npm run build && cd dist && npm publish"
  },
  "author": "Ivar Clemens",
  "license": "SEE LICENSE IN LICENSE",
  "typescript": {
    "definition": "index.d.ts"
  },
  "devDependencies": {
    "glslmin": "0.0.0",
    "grunt": "^1.0.1",
    "grunt-contrib-uglify": "^1.0.1",
    "jsesc": "^1.0.0",
    "sax": "^1.2.1",
    "typedoc": "^0.5.0"
  },
  "dependencies": {}
}
