package.json 892 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "jquery-treegrid",
  3. "version": "0.3.0",
  4. "description": "jQuery TreeGrid plugin",
  5. "main": "index.js",
  6. "directories": {
  7. "example": "examples",
  8. "test": "tests"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/maxazan/jquery-treegrid.git"
  16. },
  17. "devDependencies": {
  18. "grunt": "~0.4.5",
  19. "grunt-contrib-jshint": "~0.10.0",
  20. "grunt-contrib-nodeunit": "~0.4.1",
  21. "grunt-contrib-uglify": "~0.5.0"
  22. },
  23. "keywords": [
  24. "treegrid",
  25. "table",
  26. "grid",
  27. "ui"
  28. ],
  29. "author": "Maksym Pomazan",
  30. "license": "MIT",
  31. "bugs": {
  32. "url": "https://github.com/maxazan/jquery-treegrid/issues"
  33. },
  34. "homepage": "https://github.com/maxazan/jquery-treegrid"
  35. }