{
  "name": "extract-emoji",
  "version": "1.0.2",
  "description": "Extract emoji from a string",
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "npm run compile",
    "compile": "babel -d lib/ src/",
    "test": "mocha --compilers js:babel-core/register test.js --watch",
    "dev": "npm run compile -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lightstream-company/extract-emoji.git"
  },
  "keywords": [
    "extract",
    "emoji",
    "string"
  ],
  "author": "Franck Ernewein",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lightstream-company/extract-emoji/issues"
  },
  "homepage": "https://github.com/lightstream-company/extract-emoji#readme",
  "devDependencies": {
    "babel-cli": "^6.7.5",
    "babel-core": "^6.7.7",
    "babel-preset-react": "^6.5.0",
    "chai": "^3.5.0",
    "mocha": "^2.4.5"
  }
}
