forked from GeeTeam/gt3-node-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 876 Bytes
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
{
"name": "gt3-sdk",
"version": "2.1.0",
"description": "Node SDK for Geetest 3.0 captcha",
"main": "gt-sdk.js",
"keywords": [
"Geetest",
"Captcha"
],
"contributors": [
{
"name": "zhangcx93",
"email": "zhangcx93@gmail.com",
"url": "http://www.geetest.com"
},
{
"name": "lhtin",
"email": "lehuading@qq.com",
"url": "http://www.geetest.com"
}
],
"license": "ISC",
"dependencies": {
"request": "^2.81.0"
},
"devDependencies": {
"body-parser": "^1.16.1",
"express": "^4.14.1",
"forever": "^0.15.3",
"supervisor": "^0.12.0",
"express-session": "^1.15.2"
},
"repository": "https://github.com/GeeTeam/gt3-node-sdk",
"scripts": {
"start-server": "forever start demo/app.js",
"stop-server": "forever stop demo/app.js",
"start": "supervisor demo/app.js"
}
}