{
  "name": "roundsql",
  "version": "1.0.3",
  "description": "CRUD with Model Discovery for MS SQL Server",
  "main": "roundsql.js",
  "scripts": {
    "test": "jasmine"
  },
  "dependencies": {
    "mssql": "~3.3.0",
    "q": "~1.1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:jcwatson11/roundsql.git"
  },
  "keywords": [
    "MS",
    "SQL",
    "Server",
    "mssql",
    "model",
    "discovery",
    "CRUD"
  ],
  "author": "Jon Watson",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/mit-license.php"
    }
  ],
  "bugs": {
    "url": "https://github.com/jcwatson11/roundsql/issues"
  },
  "devDependencies": {
    "jasmine-utils": "^0.3.0"
  }
}
