-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 943 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
45
46
47
48
49
50
51
52
{
"name": "gm-captcha",
"description": "captch based on gm module",
"version": "1.21.1",
"author": {
"name": "wavelynn",
"email": "[email protected]"
},
"keywords": [
"graphics",
"magick",
"image",
"graphicsmagick",
"imagemagick",
"gm",
"convert",
"identify",
"compare"
],
"engines": {
"node": ">= 0.10.0"
},
"bugs": {
"url": "http://github.com/wavelynn/gm-captcha/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"main": "./index",
"scripts": {
"test": "make test-unit; make test;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wavelynn/gm-captcha.git"
},
"license": "MIT",
"devDependencies": {
},
"dependencies": {
"gm": "~1.21.1"
},
"maintainers": [
{
"name": "wavelynn",
"email": "[email protected]"
}
]
}