package.json 619 B

123456789101112131415161718192021222324
  1. {
  2. "name": "ckeditor5-core",
  3. "version": "0.0.1-0.dev",
  4. "description": "CKEditor 5 Core Framework",
  5. "keywords": [
  6. "CKEditor"
  7. ],
  8. "dependencies": {},
  9. "devDependencies": {
  10. "grunt": "~0",
  11. "grunt-jscs": "~1",
  12. "grunt-contrib-jshint": "~0",
  13. "grunt-githooks": "~0",
  14. "shelljs": "~0"
  15. },
  16. "author": "CKSource (http://cksource.com/)",
  17. "license": "See LICENSE.md",
  18. "homepage": "https://github.com/ckeditor/ckeditor5-core",
  19. "bugs": "https://github.com/ckeditor/ckeditor5-core/issues",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/ckeditor/ckeditor5-core.git"
  23. }
  24. }