forked from alantrrs/mturk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.5 KB
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
54
55
{
"name": "mturk",
"description": "Amazon Mechanical Turk API wrapper for Node",
"version": "0.4.1",
"author": {
"name": "Pedro Teixeira"
},
"repository": {
"type": "git",
"url": "http://github.com/pgte/mturk.git"
},
"contributors": [
{
"name": "Pedro Teixeira",
"email": "pedro.teixeira@gmail.com"
},
{
"name": "Micah Silverman"
}
],
"dependencies": {
"request": "2.49.0",
"validator": "0.4.x",
"express": "4",
"winston": "0.8.3",
"underscore": "1.7.0",
"sax": "0.6.1",
"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": "mturk@0.4.1",
"_shasum": "11b01fb49d81aa59c454d27aa991a349844cea3a",
"_resolved": "git+https://github.com/alantrrs/mturk#b339205d55e0dfd0bc088420b240825e279e208e",
"_from": "mturk@git+https://github.com/alantrrs/mturk"
}