{
  "name": "ncr",
  "version": "2.1.2",
  "description": "A parser and converter for Unicode Characters, including (standard and extended) Numerical Character References",
  "main": "lib/main.js",
  "scripts": {
    "build": "coffee --map -o lib -c src",
    "push": "git add . && git commit -m'update' && git push",
    "doctoc": "doctoc README.md",
    "pub": "npm run build && npm run doctoc && npm run push && npm version patch && npm publish",
    "test-travis": "node lib/tests.js",
    "test": "npm run build && node lib/tests.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/loveencounterflow/ncr.git"
  },
  "bugs": {
    "url": "https://github.com/loveencounterflow/ncr/issues"
  },
  "homepage": "https://github.com/loveencounterflow/ncr",
  "keywords": [
    "Unicode",
    "text",
    "ncr",
    "characters",
    "numerical",
    "character",
    "reference"
  ],
  "author": "loveencounterflow",
  "license": "MIT",
  "devDependencies": {
    "guy-test": "4.1.0"
  },
  "dependencies": {
    "cnd": "9.2.1",
    "interskiplist": "0.3.0",
    "intertype": "^7.6.7",
    "multimix006modern": "^0.0.6",
    "pipedreams": "12.1.1"
  }
}
