{
  "name": "ebatis",
  "version": "1.2.10",
  "description": "Ebatis is a relational database data access framework For Node.js. It's like mybatis. The biggest feature of ebatis is to support dynamic SQL, transaction control, simple configuration and easy to handle. ",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/muzin/ebatis.git"
  },
  "keywords": [
    "ebatis",
    "mysql",
    "dynamic sql",
    "mybatis"
  ],
  "author": "sirius",
  "license": "MIT",
  "dependencies": {
    "colors": "^1.3.0",
    "gulp": "^3.9.1",
    "libxmljs": "^0.19.5",
    "mysql": "^2.15.0",
    "yamljs": "^0.3.0"
  },
  "engines": {
    "node": ">= 6.4.0"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "mockjs": "^1.0.1-beta3"
  }
}
