{
  "name": "draft-js-tools",
  "version": "0.1.2",
  "description": "Collection of tools for DraftJS",
  "main": "lib/main.js",
  "scripts": {
    "build": "babel src --ignore '_*' --out-dir lib",
    "lint": "eslint --max-warnings 0 .",
    "prepublish": "npm run build",
    "test": "npm run lint && npm run test-src",
    "test-src": "mocha"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-core": "^6.7.2",
    "babel-eslint": "^5.0.0",
    "babel-plugin-transform-class-properties": "^6.6.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-2": "^6.5.0",
    "draft-js": "^0.2.2",
    "eslint": "2.2.0",
    "eslint-plugin-babel": "^3.1.0",
    "eslint-plugin-flow-vars": "^0.2.1",
    "eslint-plugin-react": "^4.2.1",
    "expect": "^1.15.2",
    "immutable": "^3.7.6",
    "mocha": "^2.4.5",
    "react": "^0.14.7",
    "react-dom": "^0.14.7"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sstur/draft-js-tools.git"
  },
  "keywords": [
    "draft-js",
    "rich-text",
    "content-tools"
  ],
  "author": "sstur@me.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sstur/draft-js-tools/issues"
  },
  "homepage": "https://github.com/sstur/draft-js-tools#readme"
}
