{
  "name": "is-file",
  "main": "index.js",
  "version": "1.0.0",
  "description": "Tests if a given path resolves to a file.",
  "author": "Joseph Spencer",
  "scripts": {
    "pretest": "jshint index.js && jshint --config ./test/.jshintrc test",
    "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls -v && rm -rf coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jsdevel/node-is-file.git"
  },
  "keywords": [],
  "contributors": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jsdevel/node-is-file/issues"
  },
  "devDependencies": {
    "coveralls": "~2.10.0",
    "should": "~4.0.4",
    "mocha": "~1.20.1",
    "jshint": "~2.5.1",
    "istanbul": "~0.2.13"
  },
  "dependencies": {}
}
