{
  "name": "pry",
  "version": "0.8.12",
  "description": "Pry like REPL in javascript. fork of blainesch/pry.js",
  "main": "lib/pry.js",
  "scripts": {
    "test": "mocha --recursive --reporter=mocha-pride --compilers coffee:coffee-script/register ./tests && ./node_modules/.bin/cucumber.js",
    "build": "grunt && grunt createExec && grunt copyLibs",
    "deploy": "npm run build && npm publish"
  },
  "author": "thisredone",
  "license": "MIT",
  "dependencies": {
    "chalk": "^1.1.3",
    "coffeescript": "^2.5.1",
    "deasync": "^0.1.20",
    "pygmentize-bundled": "^2.3.0"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "cucumber": "^2.3.0",
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-coffee": "^1.0.0",
    "mocha": "^3.4.2",
    "mocha-pride": "0.0.2",
    "sinon": "^2.3.2"
  },
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thisredone/pry.js"
  },
  "bugs": {
    "url": "https://github.com/thisredone/pry.js/issues"
  },
  "homepage": "https://github.com/thisredone/pry.js",
  "bin": {
    "pryjs": "lib/pry.bin.js"
  }
}
