{
  "name": "ocarina",
  "version": "0.3.3",
  "description": "Simplified API for Oracle, built on top of official orabledb library",
  "main": "lib/index.js",
  "scripts": {
    "test": "grunt specs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/derickbailey/ocarina"
  },
  "bugs": {
    "url": "https://github.com/derickbailey/ocarina/issues"
  },
  "homepage": "https://github.com/derickbailey/ocarina",
  "keywords": [
    "Oracle",
    "Stored",
    "Procedures",
    "Command",
    "Connection",
    "Connection",
    "Pool",
    "Cursors"
  ],
  "author": "Derick Bailey",
  "license": "MIT",
  "devDependencies": {
    "epa": "0.2.1",
    "grunt": "0.4.5",
    "grunt-contrib-jshint": "0.12.0",
    "grunt-contrib-watch": "0.6.1",
    "grunt-jasmine-nodejs": "1.4.3",
    "oracledb": "1.9.3"
  },
  "peerDependencies": {
    "oracledb": "1.9.3"
  },
  "engines": {
    "node": ">= 4.2"
  },
  "dependencies": {
    "underscore": "1.8.3"
  }
}
