package.json 486 B

12345678910111213141516171819202122
  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. "sprintf-js": "^1.1.1"
  14. },
  15. "devDependencies": {
  16. "chai": "^4.1.2",
  17. "cheerio": "^1.0.0-rc.2",
  18. "html-minifier": "^3.5.6",
  19. "mocha": "^4.0.1",
  20. "node-mocks-http": "^1.6.6"
  21. }
  22. }