-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 929 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
{
"name": "nosub",
"version": "0.0.1",
"description": "Manages external HITs on Amazon MTurk",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"nosub": "nosub"
},
"bin": {
"nosub": "./src/index.js"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/longouyang/nosub.git"
},
"keywords": [
"mturk",
"nosub"
],
"author": "Long Ouyang",
"license": "ISC",
"bugs": {
"url": "https://github.com/longouyang/nosub/issues"
},
"homepage": "https://github.com/longouyang/nosub#readme",
"dependencies": {
"aws-sdk": "^2.181.0",
"console.table": "^0.10.0",
"inquirer": "^5.0.0",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"readline-sync": "^1.4.7",
"shlex": "^2.0.2",
"xml-js": "^1.6.2"
},
"devDependencies": {
"csvtojson": "^2.0.8"
}
}