{
  "name": "@mattersmedia/embeds",
  "version": "2.15.0",
  "description": "Parse & render embeds",
  "main": "dist/index.js",
  "scripts": {
    "lint": "semistandard | snazzy",
    "test:node": "nyc babel-tape-runner test/*-test.js",
    "test": "npm run test:node",
    "build": "rm -rf dist && mkdir -p dist && babel lib --out-dir dist",
    "watch": "rm -rf dist && mkdir -p dist && babel lib --out-dir dist --watch",
    "prepublish": "npm run build",
    "open-coverage": "npm run test:unit && nyc report --reporter=lcov && open coverage/lcov-report/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/micnews/embeds.git"
  },
  "keywords": [
    "embeds"
  ],
  "author": "mic.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/micnews/embeds/issues"
  },
  "homepage": "https://github.com/micnews/embeds#readme",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.2",
    "babel-plugin-transform-react-jsx": "^6.6.5",
    "babel-preset-es2015": "^6.6.0",
    "babel-tape-runner": "^2.0.1",
    "babelify": "^7.2.0",
    "brfs": "^1.4.3",
    "browserify": "^13.0.0",
    "devtool": "^2.3.1",
    "faucet": "0.0.1",
    "hyperscript": "^1.4.7",
    "nyc": "^8.3.0",
    "query-dom": "^3.0.7",
    "semistandard-deku": "micnews/semistandard#deku",
    "snazzy": "^5.0.0",
    "tape-catch": "^1.0.6",
    "tsml": "^1.0.1"
  },
  "dependencies": {
    "deku": "^1.0.0",
    "embedly-url": "^1.0.0",
    "get-youtube-id": "^1.0.0",
    "lodash.find": "^4.2.0",
    "lodash.foreach": "^4.2.0",
    "lodash.last": "^3.0.0",
    "lodash.map": "^4.2.1",
    "lodash.startswith": "^4.0.0",
    "lodash.values": "^4.1.0",
    "virtual-element": "^1.2.0"
  }
}
