{
  "name": "draft-js-export-html",
  "version": "0.5.1",
  "description": "DraftJS: Export ContentState to HTML",
  "main": "lib/main.js",
  "scripts": {
    "build": "babel src --ignore \"_*\" --out-dir lib",
    "lint": "eslint --max-warnings 0 .",
    "typecheck": "flow",
    "prepublish": "npm run build",
    "test": "npm run lint && npm run typecheck && npm run test-src",
    "test-src": "mocha \"src/**/__tests__/*.js\"",
    "watch": "npm run build -- --watch"
  },
  "dependencies": {
    "draft-js-utils": "^0.1.5"
  },
  "peerDependencies": {
    "draft-js": ">=0.7.0",
    "immutable": "3.x.x"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.9.1",
    "babel-eslint": "^7.0.0",
    "babel-plugin-transform-class-properties": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-2": "^6.5.0",
    "eslint": "^3.7.1",
    "eslint-plugin-babel": "^3.2.0",
    "eslint-plugin-flow-vars": "^0.5.0",
    "eslint-plugin-react": "^6.3.0",
    "expect": "^1.20.1",
    "flow-bin": "^0.32.0",
    "mocha": "^3.1.0",
    "react": "^15.1.0",
    "react-dom": "^15.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sstur/draft-js-export-html.git"
  },
  "keywords": [
    "draft-js",
    "export-html"
  ],
  "author": "sstur@me.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sstur/draft-js-export-html/issues"
  },
  "homepage": "https://github.com/sstur/draft-js-export-html#readme"
}
