{
  "name": "react-native-parse-html",
  "description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js",
  "version": "2.2.6",
  "author": "devteam@kodefox.com",
  "devDependencies": {
    "del": "^2.0.2",
    "gulp": "^3.9.0",
    "gulp-benchmark": "^1.1.1",
    "gulp-concat": "^2.6.0",
    "gulp-download": "0.0.1",
    "gulp-eslint": "^3.0.1",
    "gulp-insert": "^0.5.0",
    "gulp-install": "^0.6.0",
    "gulp-jsdoc-to-markdown": "^1.1.1",
    "gulp-mocha": "^2.1.3",
    "gulp-rename": "^1.2.2",
    "through2": "^2.0.0"
  },
  "keywords": [
    "html",
    "parser",
    "html5",
    "WHATWG",
    "specification",
    "fast",
    "html parser",
    "html5 parser",
    "htmlparser",
    "parse5",
    "serializer",
    "html serializer",
    "htmlserializer",
    "sax",
    "simple api",
    "parse",
    "tokenize",
    "serialize",
    "tokenizer"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/kodefox/react-native-parse-html.git"
  },
  "scripts": {
    "test": "gulp test"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "react-native-stream": "^0.1.0"
  }
}
