{
  "name": "d-path-parser",
  "version": "1.0.0",
  "description": "JavaScript parser for SVG path's d attribute",
  "main": "parser.js",
  "license": "MIT",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MaxArt2501/d-path-parser.git"
  },
  "bugs": {
    "url": "https://github.com/MaxArt2501/d-path-parser/issues"
  },
  "homepage": "https://github.com/MaxArt2501/d-path-parser",
  "keywords": [
    "svg",
    "parser",
    "path",
    "drawing"
  ],
  "author": {
    "name": "Massimo Artizzu",
    "email": "maxart.x@gmail.com"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.1.2"
  }
}
