{
  "name": "real-path",
  "description": "get real case path",
  "version": "1.0.4",
  "repository": "anhulife/real-path",
  "author": {
    "name": "anhulife",
    "email": "anhulife@gmail.com"
  },
  "license": "MIT",
  "dependencies": {
    "path-is-absolute": "~1.0.0"
  },
  "scripts": {
    "postpublish": "cnpm sync real-path",
    "test": "node test.js"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "path",
    "paths",
    "case-sensitive"
  ]
}
