{
  "name": "joey",
  "version": "1.5.3",
  "description": "A Sinatra-like web server configuration language for JavaScript, built on Q, Q-IO, and JSGI.",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "https://github.com/montagejs/joey.git"
  },
  "main": "joey.js",
  "dependencies": {
    "optimist": "~0.3.7",
    "q": "^1.5.0",
    "q-io": "^1.13.4",
    "url2": "~1.0.0"
  },
  "bin": {
    "joey": "bin/joey"
  },
  "scripts": {
    "test": "node test/all.js"
  },
  "devDependencies": {
    "test": "0.6.x"
  }
}
