{
  "name": "linkifyjs-for-md",
  "version": "3.0.2",
  "description": "Intelligent link recognition, made easy",
  "main": "index.js",
  "scripts": {
    "test": "nyc --reporter=html --reporter=text gulp test",
    "test:ci": "gulp test-ci",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "author": "Carl Evans",
  "license": "MIT",
  "keywords": [
    "jquery",
    "link",
    "autolink",
    "text",
    "url",
    "email",
    "hashtag",
    "hashtags",
    "mention",
    "mentions"
  ],
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.2.0",
    "coveralls": "^3.0.9",
    "glob": "^7.1.6",
    "gulp": "^4.0.2",
    "gulp-babel": "^7.0.1",
    "gulp-clean": "^0.3.2",
    "gulp-cli": "^2.2.0",
    "gulp-concat": "^2.6.0",
    "gulp-eslint": "^4.0.2",
    "gulp-mocha": "^5.0.0",
    "gulp-rename": "^1.4.0",
    "gulp-replace": "^0.5.4",
    "gulp-uglify": "^1.5.4",
    "gulp-util": "^3.0.7",
    "gulp-wrap": "^0.13.0",
    "jquery": ">= 1.11.0",
    "jsdom": "^11.12.0",
    "karma": "^4.4.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-qunit": "^1.0.0",
    "karma-sauce-launcher": "^2.0.2",
    "lazypipe": "^1.0.2",
    "lodash": "^4.17.15",
    "merge-stream": "^1.0.0",
    "mocha": "^5.2.0",
    "nyc": "^13.3.0",
    "phantomjs-prebuilt": "^2.1.15",
    "qunitjs": "^1.14.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "requirejs": "^2.3.6",
    "rollup": "~0.40.0",
    "simple-html-tokenizer": "git+https://github.com/nfrasser/simple-html-tokenizer.git#04799f4638ec5ed903a4e5aa6e832269fa59be6b",
    "through2": "^2.0.5"
  },
  "peerDependencies": {
    "jquery": ">= 1.11.0",
    "react": ">= 0.14.0",
    "react-dom": ">= 0.14.0"
  }
}
