{
  "name": "fetch-meta",
  "version": "0.0.6",
  "description": "Fetch and extract meta tag information (title, description, og: open graph, twitter, al: app links, social) from url",
  "main": "lib/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "build-watch": "babel src --watch --out-dir lib",
    "clear": "rm -rf ./lib ./coverage ./.nyc_output",
    "coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
    "nyc": "nyc npm test && nyc report --reporter=lcov",
    "retest": "npm run clear && npm test",
    "pretest": "npm run build",
    "start": "npm test",
    "test": "mocha",
    "test-watch": "mocha --watch",
    "update-D": "npm install --save-dev babel-cli@latest babel-preset-es2015@latest babel-preset-stage-0@latest babel-register@latest chai@latest chai-as-promised@latest coveralls@latest es6-promise@latest mocha@latest nyc@latest",
    "watch": "npm run build-watch & npm run test-watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joonhocho/fetch-meta.git"
  },
  "keywords": [
    "meta",
    "tag",
    "information",
    "title",
    "description",
    "og",
    "open graph",
    "twitter",
    "al",
    "app link",
    "social",
    "fetch",
    "extract",
    "url",
    "website",
    "web"
  ],
  "author": "Joon Ho Cho",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joonhocho/fetch-meta/issues"
  },
  "homepage": "https://github.com/joonhocho/fetch-meta#readme",
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.9.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "coveralls": "^2.11.9",
    "es6-promise": "^3.2.1",
    "mocha": "^2.5.3",
    "nyc": "^6.4.4"
  },
  "dependencies": {
    "file-type": "^5.2.0",
    "htmlparser2": "^3.9.2",
    "request": "^2.81.0"
  }
}
