{
  "name": "replify",
  "version": "1.2.0",
  "description": "Easily add a REPL to your Node.js app.",
  "keywords": [
    "repl",
    "observability"
  ],
  "author": {
    "name": "Daniel D. Shaw",
    "email": "dshaw@dshaw.com",
    "url": "http://dshaw.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dshaw/replify.git"
  },
  "bugs": {
    "url": "http://github.com/dshaw/replify/issues"
  },
  "license": "MIT",
  "main": "replify.js",
  "scripts": {
    "test": "./node_modules/.bin/tap test/*.js"
  },
  "directories": {
    "examples": "examples",
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "tap": "~0.4.4"
  },
  "engines": {
    "node": ">= 0.6.0"
  }
}
