{
  "name": "testor",
  "version": "0.6.5",
  "description": "An easy-to-use testing framework for web app of Node.js, support HTTP and HTTPS, GET and POST.",
  "main": "index.js",
  "bin": "bin/testor.js",
  "scripts": {
    "test": "node test",
    "test-debug": "node test --inspect-brk"
  },
  "keywords": [],
  "author": "hi.owen.luke@gmail.com",
  "license": "MIT",
  "dependencies": {
    "chai": "^4.2.0",
    "fs-extra": "^8.1.0",
    "kdo": "^1.8.1",
    "lodash": "^4.17.15",
    "mocha": "^5.2.0",
    "nmpath": "^0.1.2",
    "qs": "^6.9.1",
    "request": "^2.88.0"
  },
  "devDependencies": {
    "noapi": "^2.1.12"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hiowenluke/testor.git"
  },
  "bugs": {
    "url": "https://github.com/hiowenluke/testor/issues"
  },
  "homepage": "https://github.com/hiowenluke/testor#readme"
}
