{
    "name": "descil-mturk"
  , "description": "API to connect to the Mturk-service offered by the ETH Decision Science Laboratory (DeSciL)"
  , "version": "0.3.6"
  , "main" : "index.js"
  , "homepage": "http://www.nodegame.org"
  , "keywords": ["game", "nodegame", "experiments", "descil", "eth", "mturk", "hit"]
  , "author": "Stefano Balietti <futur.dorko@gmail.com>"
  , "contributors": [
        { "name": "Stefano Balietti", "email": "futur.dorko@gmail.com" }
    ]
  , "repository": {
        "type": "git"
      , "url": "https://github.com/nodeGame/descil-mturk.git"
    }
  , "dependencies": {
      "commander": "1.0.0",
      "request": "2.11.1",
      "JSUS": ">= 0.7.8",
      "ya-csv": "0.9.2",
      "NDDB": ">= 0.9.2",
      "smoosh": "0.4.0",
      "winston": "0.6.2"
    }
  , "devDependencies": {
    "mocha": ">= 0.3.0",
    "should": ">= 0.5.1",
    "docker": "0.1.3"
  }
  , "licenses": [
    { "type": "MIT" }
  ]
  , "engines": { "node": ">= 0.10.0" }
  , "scripts": {
      "test": "make test"
  }
}
