{
  "name": "objfile",
  "version": "0.1.2",
  "description": "Read from + write to + update INI and JSON files via a simple asynchronous API",
  "main": "js/objfile.js",
  "scripts": {
    "test": "make test"
  },
  "devDependencies": {
    "coffee-script": "1.9.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gvarsanyi/objfile.git"
  },
  "keywords": [
    "JSON",
    "INI",
    "file",
    "transparent",
    "wrapper",
    "sync",
    "async",
    "read",
    "write",
    "rw",
    "get",
    "set",
    "getter"
  ],
  "author": "Greg Varsanyi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/gvarsanyi/objfile/issues"
  },
  "homepage": "https://github.com/gvarsanyi/objfile",
  "dependencies": {
    "ini": "^1.3.3",
    "mkdirp": "^0.5.0"
  }
}
