{
  "name": "package-version",
  "version": "1.0.0",
  "description": "package-version",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:kaelzhang/node-package-version.git"
  },
  "keywords": [
    "package-version"
  ],
  "engines": { 
    "node": ">=0.8.0"
  },
  "author": "kael",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaelzhang/node-package-version/issues"
  },
  "devDependencies": {
    "mocha": "~1.13.0",
    "chai": "~1.8.0"
  }
}
