{
  "name": "hellosign-sdk-test-server",
  "version": "1.0.0",
  "description": "A test utility server for functional tests for HelloSign's SDKs",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "HelloSign <api@hellosign.com> (http://hellosign.com)",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.13.1",
    "express": "^4.13.0",
    "multer": "^0.1.8"
  }
}
