/ node_modules / svg-captcha / package.json
package.json
 1  {
 2    "name": "svg-captcha",
 3    "version": "1.4.0",
 4    "description": "generate svg captcha in node.js or express.js",
 5    "main": "index.js",
 6    "scripts": {
 7      "test": "jest",
 8      "lint": "xo"
 9    },
10    "repository": {
11      "type": "git",
12      "url": "git+https://github.com/steambap/svg-captcha.git"
13    },
14    "keywords": [
15      "captcha",
16      "svg",
17      "node captcha",
18      "captcha generator",
19      "captcha alternative"
20    ],
21    "author": {
22      "name": "Weilin Shi",
23      "email": "934587911@qq.com"
24    },
25    "engines": {
26      "node": ">=4.x"
27    },
28    "license": "MIT",
29    "bugs": {
30      "url": "https://github.com/steambap/svg-captcha/issues"
31    },
32    "homepage": "https://github.com/steambap/svg-captcha#readme",
33    "dependencies": {
34      "opentype.js": "^0.7.3"
35    },
36    "devDependencies": {
37      "jest": "^21.1.0",
38      "jest-environment-node-debug": "^2.0.0",
39      "xo": "^0.18.2"
40    },
41    "xo": {
42      "esnext": true,
43      "envs": [
44        "jest"
45      ],
46      "rules": {
47        "linebreak-style": [
48          0
49        ]
50      }
51    },
52    "typings": "index.d.ts",
53    "files": [
54      "fonts/*",
55      "lib/*",
56      "index.d.ts",
57      "*.md"
58    ]
59  }