{
  "name": "draft-js-prism",
  "version": "1.0.6",
  "description": "Code highlighting for DraftJS",
  "main": "./lib/index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha \"./lib/__tests__/*.js\" --bail --reporter=list",
    "build": "browserify -t [ babelify --presets [ es2015 react ] ] ./demo/main.js > ./demo/dist.js; cp ./node_modules/prismjs/themes/prism.css ./demo/prism.css; cp ./node_modules/draft-js/dist/Draft.css ./demo/draft.css",
    "deploy": "npm run build; gh-pages -d ./demo",
    "watch": "watch 'npm run build' ./lib",
    "serve": "http-server -p 9090 demo/",
    "start": "npm run build; parallelshell 'npm run serve -s' 'npm run watch -s'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SamyPesse/draft-js-prism.git"
  },
  "keywords": [
    "draft-js"
  ],
  "author": "Samy Pesse <samypesse@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/SamyPesse/draft-js-prism/issues"
  },
  "homepage": "https://github.com/SamyPesse/draft-js-prism#readme",
  "dependencies": {
    "extend": "^3.0.0",
    "immutable": "*"
  },
  "peerDependencies": {
    "prismjs": "1.x"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0",
    "draft-js": "^0.7.0",
    "expect": "^1.20.1",
    "gh-pages": "^0.11.0",
    "http-server": "^0.9.0",
    "mocha": "^2.5.3",
    "parallelshell": "2.0.0",
    "prismjs": "1.x",
    "react": "^15.1.0",
    "react-dom": "^15.1.0",
    "watch": "^0.18.0"
  }
}
