{
  "name": "quilljs",
  "version": "0.18.1",
  "description": "Cross browser rich text editor",
  "author": "Jason Chen <jhchen7@gmail.com>",
  "homepage": "http://quilljs.com",
  "contributors": [
    "Byron Milligan <byronner@gmail.com>",
    "Keegan Poppen <keegan.poppen@gmail.com>"
  ],
  "main": "index.js",
  "dependencies": {
    "eventemitter2": "~0.4.13",
    "lodash": "~2.4.1",
    "rich-text": "~1.0.2"
  },
  "devDependencies": {
    "async": "~0.9.0",
    "coffee-script": "~1.8.0",
    "coffeeify": "~0.7.0",
    "glob": "~4.0.4",
    "grunt": "~0.4.3",
    "grunt-browserify": "~2.1.0",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-coffee": "~0.12.0",
    "grunt-contrib-compress": "~0.12.0",
    "grunt-contrib-concat": "~0.5.0",
    "grunt-contrib-connect": "~0.8.0",
    "grunt-contrib-copy": "~0.7.0",
    "grunt-contrib-stylus": "~0.18.0",
    "grunt-contrib-uglify": "~0.6.0",
    "grunt-karma": "~0.9.0",
    "grunt-lodash": "~0.3.0",
    "grunt-protractor-runner": "~1.1.0",
    "grunt-sauce-connect-launcher": "~0.3.0",
    "harp": "~0.14.0",
    "istanbul": "~0.3.0",
    "jquery": "~2.1.1",
    "karma": "~0.12.0",
    "karma-chrome-launcher": "~0.1.2",
    "karma-coffee-preprocessor": "~0.2.1",
    "karma-coverage": "~0.2.0",
    "karma-firefox-launcher": "~0.1.3",
    "karma-html2js-preprocessor": "~0.1.0",
    "karma-jasmine": "~0.2.0",
    "karma-phantomjs-launcher": "~0.1.2",
    "karma-safari-launcher": "~0.1.1",
    "karma-sauce-launcher": "~0.2.2",
    "load-grunt-tasks": "~0.6.0",
    "protractor": "~1.3.1",
    "stylus": "~0.49.2",
    "watchify": "~0.10.2"
  },
  "engines": {
    "node": ">=0.10"
  },
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "https://github.com/quilljs/quill"
  },
  "bugs": {
    "url": "https://github.com/quilljs/quill/issues"
  },
  "scripts": {
    "prepublish": "grunt coffee:quill",
    "postpublish": "grunt clean:coffee",
    "test": "grunt test"
  },
  "keywords": [
    "editor",
    "rich text",
    "wysiwyg"
  ]
}
