{
  "name": "dyframe",
  "version": "0.5.1",
  "description": "Dynamically render responsive HTML into iframe.",
  "author": "Hiroyuki Tanjo",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/htanjo/dyframe.git"
  },
  "homepage": "https://github.com/htanjo/dyframe",
  "bugs": "https://github.com/htanjo/dyframe/issues",
  "keywords": [
    "javascript",
    "html",
    "iframe",
    "viewport"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "gulp test"
  },
  "main": "dyframe.js",
  "files": [
    "dyframe.js",
    "dyframe.min.js"
  ],
  "devDependencies": {
    "browser-sync": "^2.6.1",
    "chai": "^3.3.0",
    "del": "^2.0.2",
    "gulp": "^3.8.11",
    "gulp-bump": "^1.0.0",
    "gulp-gh-pages": "^0.5.0",
    "gulp-git": "^1.1.1",
    "gulp-header": "^1.2.2",
    "gulp-if": "^1.2.5",
    "gulp-jshint": "^1.10.0",
    "gulp-load-plugins": "^0.10.0",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.3",
    "gulp-uglify": "^1.2.0",
    "jshint-stylish": "^2.0.1",
    "karma": "^0.13.10",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.2.0",
    "karma-coverage": "^0.5.2",
    "karma-coveralls": "^1.1.2",
    "karma-mocha": "^0.2.0",
    "karma-mocha-reporter": "^1.0.2",
    "karma-phantomjs-launcher": "^0.2.1",
    "karma-sauce-launcher": "^0.2.10",
    "minimist": "^1.1.1",
    "mocha": "^2.2.4",
    "opn": "^3.0.2",
    "run-sequence": "^1.0.2"
  }
}
