forked from jeffcrouse/mturk
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.51 KB
/
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
53
{
"name": "mturk",
"description": "Amazon Mechanical Turk API wrapper for Node",
"version": "0.4.1",
"author": {
"name": "Pedro Teixeira"
},
"repository": {
"type": "git",
"url": "https://github.com/pgte/mturk.git"
},
"contributors": [
{
"name": "Pedro Teixeira",
"email": "[email protected]"
},
{
"name": "Micah Silverman"
}
]
, "dependencies": {
"request": "2.9.x"
, "validator": "0.4.x"
, "express": "4"
, "winston": "0.5.x"
, "underscore": "1.3.1"
, "sax": "0.3.x"
, "errorhandler": "^1.0.2"
}
, "engines": { "node": ">=0.4.0" }
, "devDependencies": {
"nock": "*",
"expresso": "*"
}
, "scripts": {
"test": "make"
},
"tags": [
"Mechanical Turk",
"Amazon",
"API"
],
"readme": "# Intro\n\nAmazon Mechanical Turk API wrapper for Node.\n\n# Install\n\n npm install mturk\n\n# Use\n\n var mturk = require('mturk');\n\nCheck [the API docs](https://github.com/alantrrs/mturk/blob/master/API.md).\n\n# Tests\n\nYou must have expresso installed first:\n\n $ npm install expresso\n\nThen run:\n\n $ make\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/pgte/mturk/issues"
},
"homepage": "https://github.com/pgte/mturk",
"_id": "[email protected]",
"_shasum": "11b01fb49d81aa59c454d27aa991a349844cea3a",
"_resolved": "git+https://github.com/alantrrs/mturk#b339205d55e0dfd0bc088420b240825e279e208e",
"_from": "mturk@git+https://github.com/alantrrs/mturk"
}