package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "angular-multi-select-tree",
  3. "version": "0.1.0",
  4. "description": "A hierarchical (or tree) selection control for AngularJS",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/a5hik/angular-multi-select-tree"
  15. },
  16. "keywords": [
  17. "tree",
  18. "control",
  19. "hierarchical",
  20. "hierarchy",
  21. "selection",
  22. "angualr",
  23. "angularjs"
  24. ],
  25. "author": "Muhammed Ashik",
  26. "license": "MIT",
  27. "bugs": {
  28. "url": "https://github.com/a5hik/angular-multi-select-tree/issues"
  29. },
  30. "homepage": "https://github.com/a5hik/angular-multi-select-tree",
  31. "devDependencies": {
  32. "grunt": "~0.4.2",
  33. "grunt-contrib-watch": "~0.5.3",
  34. "grunt-contrib-concat": "~0.3.x",
  35. "grunt-contrib-copy": "~0.4.1",
  36. "grunt-contrib-uglify": "~0.2.x",
  37. "grunt-contrib-jshint": "~0.4.x",
  38. "grunt-contrib-cssmin": "~0.7.0",
  39. "grunt-contrib-clean": "~0.5.0",
  40. "grunt-contrib-connect": "~0.5.0",
  41. "grunt-angular-templates": "~0.5.7",
  42. "grunt-open": "~0.2.3",
  43. "grunt-karma": "~0.7.x",
  44. "karma-jasmine": "~0.2.2",
  45. "karma-chrome-launcher": "~0.1",
  46. "grunt-conventional-changelog": "~1.0.x",
  47. "grunt-ngmin": "~0.0.3",
  48. "load-grunt-tasks": "~0.2.0",
  49. "lodash": "~2.4.x"
  50. }
  51. }