{
  "name": "potrace-wasm",
  "version": "1.0.4",
  "description": "Potrace Porting in Web Assembly",
  "main": "index.js",
  "directories": {
    "doc": "doc",
    "src": "src",
    "wasm": "wasm",
    "example": "example"
  },
  "scripts": {
    "build": "./build.sh",
    "serve": "npm run build && ./example/serve.sh"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IguteChung/potrace-wasm.git"
  },
  "author": "frank chung",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/IguteChung/potrace-wasm/issues"
  },
  "homepage": "https://github.com/IguteChung/potrace-wasm#readme"
}
