{
  "name": "svg-captcha-smooth",
  "version": "1.3.2",
  "description": "generate svg captcha in node.js or express.js， based on svg-captcha(https://github.com/steambap/svg-captcha) but easier to be recognized by human",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/test.js",
    "lint": "xo",
    "test:visual": "node test/visual.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/philoyang/svg-captcha-smooth.git"
  },
  "keywords": [
    "captcha",
    "svg",
    "node captcha",
    "captcha generator"
  ],
  "author": {
    "name": "philo",
    "email": "zealyang@qq.com",
    "url": ""
  },
  "engines": {
    "node": ">=4.x"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/philoyang/svg-captcha-smooth/issues"
  },
  "homepage": "https://github.com/philoyang/svg-captcha-smooth#readme",
  "dependencies": {
    "opentype.js": "^0.6.9"
  },
  "devDependencies": {
    "mocha": "^3.2.0",
    "xo": "^0.17.1"
  },
  "xo": {
    "esnext": true,
    "envs": [
      "mocha"
    ]
  },
  "typings": "index.d.ts",
  "files": [
    "fonts/*",
    "lib/*",
    "index.d.ts",
    "*.md"
  ],
  "gitHead": "5f03b1872ff0d07d527ca4f9a484fb7d4cdbd5e2",
  "_id": "svg-captcha-smooth@1.3.2",
  "_shasum": "1537e418b7cc3a711d739bf52c3dca2b24ef1bb4",
  "_from": "svg-captcha-smooth@>=1.1.3 <2.0.0",
  "_npmVersion": "3.10.10",
  "_nodeVersion": "6.10.0",
  "_npmUser": {
    "name": "zhi",
    "email": "zealyang@qq.com"
  },
  "dist": {
    "shasum": "1537e418b7cc3a711d739bf52c3dca2b24ef1bb4",
    "tarball": "https://registry.npmjs.org/svg-captcha/-/svg-captcha-1.3.2.tgz"
  },
  "maintainers": [
    {
      "name": "zhi",
      "email": "zealyang@qq.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/svg-captcha-1.3.2.tgz_1487208823044_0.8959676700178534"
  },
  "directories": {},
  "_resolved": "http://registry.npmjs.org/svg-captcha/-/svg-captcha-1.3.2.tgz"
}
