{
  "name": "joomla",
  "version": "2.1.1",
  "description": "Connects to a Joomla database and session",
  "keywords": ["joomla", "web", "database", "session"],
  "author": "Joe LeBlanc <contact@jlleblanc.com> (http://jlleblanc.com)",
  "repositories": [{
    "type": "git",
    "url": "git@github.com:jlleblanc/nodejs-joomla.git"
  }],
  "licenses": [{
    "type": "BSD"
  }],
  "dependencies": {
    "mysql": "2.x.x"
  },
  "devDependencies": {
    "mocha": ">= 0.11.0"
  },
  "main": "./index",
  "engines": { 
    "node": ">= 0.4.1" 
  }
}
