{
  "name": "node-iframe-replacement",
  "version": "1.0.0",
  "description": "Node & express replacement for the HTML iframe",
  "main": "index.js",
  "scripts": {
    "start": "node example/server.js",
    "test": "./node_modules/.bin/jasmine-node --verbose --junitreport test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/john-doherty/node-iframe-replacement.git"
  },
  "keywords": [
    "node",
    "iframe",
    "replacement",
    "express",
    "alternative"
  ],
  "author": {
    "name": "John Doherty",
    "email": "contact@johndoherty.info",
    "url": "https://twitter.com/CambridgeMVP"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/john-doherty/node-iframe-replacement/issues"
  },
  "homepage": "https://github.com/john-doherty/node-iframe-replacement#readme",
  "engines": {
    "node": ">= 6.9.2"
  },
  "dependencies": {
    "cheerio": "^0.20.0",
    "express": "^4.16.3",
    "express-handlebars": "^3.0.0",
    "is-url": "^1.2.4",
    "node-cache": "^3.2.1",
    "request-promise": "^3.0.0"
  },
  "devDependencies": {
    "eslint": "^3.12.2",
    "eslint-config-airbnb-base": "^11.0.0",
    "eslint-plugin-import": "^2.14.0",
    "jasmine-node": "^1.16.2",
    "nock": "^9.6.1",
    "supertest": "^2.0.1"
  }
}
