{
  "name": "version",
  "author": "Edward Hotchkiss <edwardhotchkiss@me.com>",
  "description": "NodeJS package.json version number fetcher",
  "version": "0.1.2",
  "contributors":[
    { "name": "Edward Hotchkiss", "email": "edwardhotchkiss@me.com" },
    { "name": "Jamie Nguyen", "github": "https://github.com/jamielinux" },
    { "name": "Juho Vepsäläinen", "github" : "https://github.com/bebraw" }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/edwardhotchkiss/version.git"
  },
  "keywords": ["version", "package", "json", "display", "number"],
  "main": "./lib/version",
  "engines":{
    "node":">= 0.8.0"
  },
  "licenses":[{
    "type":"MIT",
    "url":"http://github.com/edwardhotchkiss/short/LICENSE"
  }],
  "dependencies": {
    "request":"2.12.0"
  },
  "devDependencies":{
    "vows":"0.7.0"
  },
  "scripts": {
    "test": "vows test/*.test.js --spec"
  }
}
