bower.json 308 B

123456789101112131415161718
  1. {
  2. "name": "uwidget",
  3. "version": "0.0.1",
  4. "devDependencies": {
  5. "jquery": "~1.10.0"
  6. },
  7. "keywords": [
  8. "widget",
  9. "API",
  10. "jquery"
  11. ],
  12. "author": {
  13. "name": "Guillaume Potier",
  14. "email": "guillaume@wisembly.com",
  15. "url": "http://guillaumepotier.com/"
  16. },
  17. "license": "MIT"
  18. }