{
  "name": "remarkup",
  "main": "remarkup.js",
  "version": "0.1.3",
  "homepage": "https://github.com/addaleax/remarkup",
  "author": {
    "name": "Anna Henningsen",
    "email": "sqrt@entless.org"
  },
  "description": "HTML semantics and program logic separator",
  "keywords": [
    "html",
    "xml",
    "program logic",
    "translate",
    "translation",
    "translating",
    "separation"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/addaleax/remarkup/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/addaleax/remarkup.git"
  },
  "dependencies": {
    "munkres-js": "^1.1.2",
    "cheerio": "^0.20.0",
    "levenshtein-sse": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "*",
    "istanbul": "*",
    "coveralls": "*",
    "jsdoc": "*"
  },
  "scripts": {
    "test": "mocha test",
    "docs": "jsdoc -d doc remarkup.js README.md"
  }
}
