{
  "name": "tims-ocr-api",
  "version": "3.2.0",
  "description": "OCR for TIMS-server API",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "make test"
  },
  "bin": {
    "ocr": "./bin/ocr"
  },
  "keywords": [
    "ocr",
    "tims"
  ],
  "author": "d3vin",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.4.1",
    "colors": "^1.1.2",
    "minimist": "^1.2.0",
    "request": "2.73.0",
    "request-promise": "^4.0.2"
  },
  "devDependencies": {
    "coveralls": "^2.11.11",
    "grunt": "~0.4.5",
    "grunt-jsdoc": "^2.1.0",
    "istanbul": "^0.4.4",
    "mocha": "^2.5.3",
    "mocha-lcov-reporter": "^1.2.0",
    "should": "^9.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yyssc/tims-ocr-api.git"
  },
  "bugs": {
    "url": "https://github.com/yyssc/tims-ocr-api/issues"
  },
  "homepage": "https://github.com/yyssc/tims-ocr-api"
}
