{
  "name": "svg-path-outline",
  "version": "1.0.1",
  "description": "Create an outline surrounding an SVG path",
  "main": "index.js",
  "scripts": {
    "compile": "tsc",
    "browserify": "browserify -r ./index.js:svg-path-outline -x makerjs -o ./browser/index.js",
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danmarshall/svg-path-outline.git"
  },
  "keywords": [
    "svg",
    "path",
    "stroke"
  ],
  "author": "Dan Marshall",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/danmarshall/svg-path-outline/issues"
  },
  "homepage": "https://github.com/danmarshall/svg-path-outline#readme",
  "dependencies": {
    "makerjs": "^0.9.39"
  },
  "devDependencies": {
    "browserify": "^14.1.0"
  }
}
