package.json 458 B

123456789101112131415161718192021
  1. {
  2. "name": "ipi-inline-editor",
  3. "dependencies": {
  4. "bluebird": "^3.5.1",
  5. "body-parser": "^1.18.2",
  6. "chokidar": "^1.7.0",
  7. "cors": "^2.8.4",
  8. "express": "^4.16.2",
  9. "json-beautify": "^1.0.1",
  10. "lodash": "^4.17.4",
  11. "mustache": "^2.3.0",
  12. "slug": "^0.9.1"
  13. },
  14. "devDependencies": {
  15. "chai": "^4.1.2",
  16. "cheerio": "^1.0.0-rc.2",
  17. "html-minifier": "^3.5.6",
  18. "mocha": "^4.0.1",
  19. "node-mocks-http": "^1.6.6"
  20. }
  21. }