package.json 266 B

12345678910111213
  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. "mustache": "^2.3.0",
  11. "slug": "^0.9.1"
  12. }
  13. }