|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "ppfun-captcha",
|
|
|
|
|
"version": "1.6.6",
|
|
|
|
|
"version": "1.6.7",
|
|
|
|
|
"description": "Generate single-path svg captcha in node.js or express.js",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/pixelplanetdev/ppfun-captcha"
|
|
|
|
|
"url": "git+https://git.pixelplanet.fun/ppfun/captcha.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"captcha",
|
|
|
|
@ -19,17 +19,17 @@
|
|
|
|
|
"captcha alternative"
|
|
|
|
|
],
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "ppfun",
|
|
|
|
|
"email": "pixelplanetdev@gmail.com"
|
|
|
|
|
"name": "HF",
|
|
|
|
|
"email": "hf@pixelplanet.fun"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4.x"
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/pixelplanetdev/ppfun-captcha/issues"
|
|
|
|
|
"url": "https://git.pixelplanet.fun/ppfun/captcha/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/pixelplanetdev/ppfun-captcha",
|
|
|
|
|
"homepage": "https://git.pixelplanet.fun/ppfun/captcha",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"opentype.js": "^0.7.3"
|
|
|
|
|
},
|
|
|
|
|