{
  "name": "mobileservice-sqlserver",
  "description": "A custom version of the msnodesql package, designed for usage from Azure Mobile Services",
  "author": "Microsoft",
  "version": "0.2.2",    
  "licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ],
  "main": "./lib/sql.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/azure/mobileservice-sqlserver.git" 
  },
  "engines": {
    "node": ">=0.6"
  },
  "devDependencies": {
     "mocha" : "0.14.x",
     "async" : "0.1.x"
  },
  "os" : [ "win32" ],
  "scripts" : {
    "install": "node scripts/install.js"
  }
}
