package.json 240 B

123456789101112
  1. {
  2. "name": "ipi-inline-editor",
  3. "dependencies": {
  4. "bluebird": "^3.5.1",
  5. "body-parser": "^1.18.2",
  6. "cors": "^2.8.4",
  7. "express": "^4.16.2",
  8. "json-beautify": "^1.0.1",
  9. "lodash": "^4.17.4",
  10. "slug": "^0.9.1"
  11. }
  12. }