{
  "name": "presh",
  "version": "3.0.3",
  "description": "An ex'presh'n langauge.. for safe evaluation of arbitrary functionality in javascript.",
  "main": "index.js",
  "bin": {
    "presh": "./bin/presh"
  },
  "scripts": {
    "test": "node ./test && node ./test/cli.js",
    "watch": "watchify test -o test/index.browser.js -d",
    "watchExample": "watchify example/index.js -o example/index.browser.js -d"
  },
  "author": "Kory Nunn <knunn187@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "crel": "^3.0.0",
    "debounce": "^1.0.0",
    "deep-equal": "^1.0.0",
    "same-value": "^1.0.0",
    "tape": "^4.2.0",
    "watchify": "^3.11.1"
  },
  "dependencies": {
    "flat-merge": "^1.0.0",
    "is-instance": "^1.0.1",
    "minimist": "^1.2.0",
    "stable": "^0.1.8",
    "string-template": "^0.2.1"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/KoryNunn/presh.git"
  },
  "bugs": {
    "url": "https://github.com/KoryNunn/presh/issues"
  },
  "homepage": "https://github.com/KoryNunn/presh#readme"
}
