{
  "name": "external-editor",
  "version": "1.0.1",
  "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT",
  "main": "main/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile": "coffee --compile --output main/ src/",
    "lint": "coffeelint -f .coffeelint.json src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrkmg/node-external-editor.git"
  },
  "keywords": [
    "editor",
    "external",
    "user",
    "visual"
  ],
  "author": "Kevin Gravier <kevin@mrkmg.com> (https://mrkmg.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mrkmg/node-external-editor/issues"
  },
  "homepage": "https://github.com/mrkmg/node-external-editor#readme",
  "dependencies": {
    "extend": "^3.0.0",
    "spawn-sync": "^1.0.15",
    "temp": "^0.8.3"
  },
  "devDependencies": {
    "coffee-script": "^1.10.0",
    "coffeelint": "^1.14.2"
  },
  "files": [
    "main"
  ]
}
