{
  "name": "easyedit",
  "version": "1.5.0",
  "description": "inline editing of a single line of text",
  "main": "easyedit.js",
  "scripts": {
    "test": "budo docs/code.js:index.js --dir docs --live",
    "docs": "markdown-api README.md easyedit.js",
    "build": "browserify docs/code.js -o docs/index.js",
    "setup": "yarn docs && yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidfig/easyedit.git"
  },
  "keywords": [
    "javascript",
    "edit",
    "inline"
  ],
  "author": "David Figatner (YOPEY YOPEY LLC)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidfig/easyedit/issues"
  },
  "homepage": "https://github.com/davidfig/easyedit#readme",
  "dependencies": {
    "clicked": "^1.1.0",
    "eventemitter3": "^3.0.0"
  },
  "devDependencies": {
    "fork-me-github": "^1.0.3",
    "highlight.js": "^9.12.0"
  }
}
