{
  "name": "file-ensure",
  "version": "0.3.0",
  "description": "Ensures that a file exists: if not, it creates it.",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:namshi/file-ensure.git"
  },
  "keywords": [
    "file",
    "fs",
    "swag",
    "namshi"
  ],
  "author": "Odino <alessandro.nadalin@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/namshi/file-ensure/issues"
  },
  "homepage": "https://github.com/namshi/file-ensure",
  "devDependencies": {
    "mocha": "^1.21.4"
  }
}
