{
  "name": "getset",
  "version": "0.7.0",
  "description": "Easier handling of configuration for client-based apps.",
  "author": "Tomás Pollak <tomas@forkhq.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/tomas/getset.git"
  },
  "tags": [
    "config",
    "settings",
    "options",
    "ini",
    "setup",
    "update",
    "upgrade"
  ],
  "main": "./lib/index.js",
  "devDependencies": {
    "mocha": "",
    "should": "",
    "sinon": ""
  },
  "scripts": {
    "test": "mocha"
  }
}
