8
0

package.json 677 B

1234567891011121314151617181920212223242526
  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": "^2.0.0",
  12. "grunt-contrib-jshint": "^0",
  13. "grunt-githooks": "^0",
  14. "shelljs": "^0",
  15. "lodash-cli": "^3",
  16. "grunt-lodash": "^0.4.0"
  17. },
  18. "author": "CKSource (http://cksource.com/)",
  19. "license": "See LICENSE.md",
  20. "homepage": "https://github.com/ckeditor/ckeditor5-core",
  21. "bugs": "https://github.com/ckeditor/ckeditor5-core/issues",
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/ckeditor/ckeditor5-core.git"
  25. }
  26. }