{
  "name": "syserrno",
  "version": "1.0.1",
  "description": "UNIX errors with additions for launchctl",
  "main": "./lib/index.js",
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": "https://github.com/evanlucas/node-errno",
  "keywords": [
    "errno"
  ],
  "author": "Evan Lucas <evanlucas@me.com>",
  "license": "BSD",
  "devDependencies": {
    "mocha": "~2.2.5",
    "should": "~1.2.2"
  }
}
