{
  "name": "@soyuka/exists-sync",
  "version": "1.0.1",
  "description": "fs.existsSync polyfill",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha test.js"
  },
  "engines": {
    "node": ">4.0"
  },
  "keywords": [
    "fs",
    "exists"
  ],
  "author": "soyuka",
  "repository": "http://github.com/soyuka/existsSync",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^2.3.4"
  }
}