{
  "name": "sanctuary-show",
  "version": "1.0.0",
  "description": "Evaluable string representations",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/sanctuary-js/sanctuary-show.git"
  },
  "files": [
    "/LICENSE",
    "/README.md",
    "/index.js",
    "/package.json"
  ],
  "dependencies": {},
  "devDependencies": {
    "sanctuary-scripts": "1.5.x"
  },
  "scripts": {
    "doctest": "sanctuary-doctest",
    "lint": "sanctuary-lint",
    "release": "sanctuary-release",
    "test": "npm run lint && sanctuary-test && npm run doctest"
  }
}
