{
  "name": "emoji-aware",
  "version": "3.1.0",
  "description": "Emoji-aware unicode string utilities",
  "main": "emoji-aware.js",
  "scripts": {
    "test": "ava test/*.js",
    "coverage": "nyc npm test && nyc report --reporter=text-lcov | codecov"
  },
  "keywords": [
    "unicode",
    "emoji",
    "string",
    "split"
  ],
  "author": "Beau Gunderson <beau@beaugunderson.com> (https://beaugunderson.com/)",
  "license": "MIT",
  "dependencies": {
    "lodash.flattendeep": "^4.4.0",
    "parsimmon": "^1.18.1"
  },
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "ava": "^4.2.0",
    "benchmark": "^2.1.4",
    "cheerio": "^1.0.0-rc.3",
    "codecov.io": "^0.1.6",
    "emojilib": "^2.4.0",
    "nyc": "^15.0.0",
    "request": "^2.88.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beaugunderson/emoji-aware.git"
  },
  "bugs": {
    "url": "https://github.com/beaugunderson/emoji-aware/issues"
  },
  "homepage": "https://github.com/beaugunderson/emoji-aware#readme"
}
