{
  "name": "create-download-link",
  "version": "1.1.0",
  "description": "Create link to download text as file",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "chai": "3.5.0",
    "coveralls": "^2.11.9",
    "eslint": "^2.7.0",
    "eslint-config-google": "^0.5.0",
    "istanbul": "^0.4.3",
    "jsdom": "8.3.1",
    "jsdom-global": "1.7.0",
    "mocha": "2.4.5"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "scripts": {
    "test": "mocha -r jsdom-global/register test.js",
    "coverage": "istanbul cover _mocha -- -r jsdom-global/register test.js",
    "lint": "eslint --fix --env browser --env mocha ."
  },
  "eslintConfig": {
    "extends": "google"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fhinkel/create-download-link.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fhinkel/create-download-link/issues"
  },
  "homepage": "https://github.com/fhinkel/create-download-link#readme"
}
