{
    "name": "package"
  , "version": "1.0.1"
  , "description": "Easy package.json exports."
  , "keywords": ["package.json"]
  , "author": "Veselin Todorov <hi@vesln.com>"
  , "devDependencies": {
      "mocha": "0.3.3"
    , "should": "0.3.2"
  }
  , "repository" : {
      "type" : "git",
      "url" : "http://github.com/vesln/package.git"
  }
  , "homepage": "http://github.com/vesln/package"
  , "scripts": {
      "test": "make test"
  }
  , "main": "./lib/package"
  , "engines": { "node": ">= 0.6.0" }
}
