package.json 351 B

12345678910111213141516
  1. {
  2. "name": "NKeditor",
  3. "version": "5.0.4",
  4. "filename": "NKeditor",
  5. "repository": "blackfox/NKeditor",
  6. "devDependencies": {
  7. "grunt": "~0.4.1",
  8. "grunt-contrib-concat": "~0.3.0",
  9. "grunt-contrib-uglify": "~0.2.7",
  10. "grunt-contrib-cssmin": "~2.2.1",
  11. "grunt-contrib-copy": "~0.4.1",
  12. "grunt-contrib-compress": "~0.5.3"
  13. },
  14. "license": "MIT"
  15. }