{
  "name": "jSignature",
  "homepage": "https://github.com/brinley/jSignature",
  "description": "jQuery plugin for handling digital signatures",
  "main": [
    "src/jSignature.js",
    "src/plugins/jSignature.CompressorBase30.js",
    "src/plugins/jSignature.CompressorSVG.js",
    "src/plugins/jSignature.UndoButton.js"
  ],
  "keywords": [
    "jSignature",
    "signature",
    "jQuery"
  ],
  "authors": [
    "Brinley Ang"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
