{
  "name": "sobel",
  "version": "0.0.11",
  "description": "Sobel Filter algorithm in JavaScript.",
  "main": "sobel.js",
  "files": [
    "sobel.js"
  ],
  "scripts": {
    "test": "./node_modules/tape/bin/tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/miguelmota/sobel"
  },
  "keywords": [
    "sobel",
    "filter",
    "edge",
    "detection",
    "algorithm"
  ],
  "author": {
    "name": "Miguel Mota",
    "email": "hello@miguelmota.com",
    "url": "https://miguelmota.com"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/miguelmota/sobel/blob/master/LICENSE"
  },
  "bugs": {
    "url": "https://github.com/miguelmota/sobel/issues"
  },
  "homepage": "https://github.com/miguelmota/sobel",
  "devDependencies": {
    "tape": "^4.9.2"
  },
  "engines": {
    "node": ">=6.11"
  }
}
