package.json 554 B

12345678910111213141516171819
  1. {
  2. "name": "angular-file-upload",
  3. "version": "1.1.5",
  4. "homepage": "https://github.com/nervgh/angular-file-upload",
  5. "description": "Angular File Upload is a module for the AngularJS framework",
  6. "author": {
  7. "name": "nerv",
  8. "url": "https://github.com/nervgh"
  9. },
  10. "dependencies": {
  11. "coffee-script": "~1.6.2",
  12. "grunt-contrib-copy": "~0.4.1",
  13. "grunt-contrib-clean": "~0.4.0",
  14. "grunt-contrib-concat": "~0.3.0",
  15. "grunt-contrib-uglify": "~0.2.1",
  16. "grunt": "~0.4.1"
  17. }
  18. }