-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 913 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
{
"name": "nodegame-mturk",
"description": "An interactive console to handle standard operations with the Amazon Mechanical Turk Web Service.",
"version": "7.0.0",
"homepage": "http://nodegame.org",
"author": "Stefano Balietti <[email protected]>",
"keywords": [
"nodegame",
"Amazon",
"AMT",
"mturk",
"web-service",
"payment",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/nodeGame/nodegame-mturk.git"
},
"engines": {
"node": ">= 10.0.0"
},
"dependencies": {
"JSUS": "*",
"NDDB": "^1.18.0",
"commander": "*",
"fs-extra": "*",
"inquirer": "^6.0.0",
"nodegame-api-mturk": "^1.3.1",
"underscore": "*",
"vorpal": "*",
"winston": "^3.0.0"
},
"license": "MIT",
"main": "index.js"
}