{
  "name": "js-emoji",
  "description": "A JS Emoji conversion library",
  "authors": [
    "Cal Henderson <cal@iamcal.com>"
  ],
  "keywords": [
    "emoji",
    "emoticon",
    "mobile",
    "browser"
  ],
  "main": "lib/emoji.js",
  "ignore": [
    "build",
    ".jshintrc",
    "bench.htm",
    "demo.htm",
    "**/*.txt",
    "bower_components",
    "**/.*",
    "node_modules",
    "test",
    "tests"
  ],
  "devDependencies": {
    "jquery": ""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iamcal/js-emoji.git"
  },
  "license": "MIT",
  "homepage": "https://github.com/iamcal/js-emoji",
  "moduleType": [
    "globals"
  ]
}
