forked from produck/svg-captcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 932 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "svg-captcha",
"version": "3.0.0",
"description": "generate svg captcha in node.js.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lemonce/svg-captcha.git"
},
"keywords": [
"captcha",
"svg",
"node captcha",
"captcha generator",
"captcha alternative"
],
"author": {
"name": "Weilin Shi",
"email": "934587911@qq.com",
"url": "http://steambap.github.io"
},
"maintainers": [
{
"name": "ChaosLee",
"email": "lichao@or-change.cn"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lemonce/svg-captcha/issues"
},
"homepage": "https://github.com/lemonce/svg-captcha/blob/master/README.md",
"dependencies": {
"opentype.js": "^0.11.0",
"randexp": "^0.5.3"
},
"devDependencies": {
"karma": "^3.1.1",
"koa": "^2.6.1"
}
}