You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.bower.json 762B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "Snap.js",
  3. "description": "A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)",
  4. "version": "2.0.0-rc1",
  5. "author": "Jacob Kelley <jakie8@gmail.com>",
  6. "keywords": [
  7. "mobile shelfs",
  8. "nav",
  9. "menu",
  10. "mobile",
  11. "side menu"
  12. ],
  13. "license": "MIT",
  14. "main": [
  15. "./dist/latest/snap.js",
  16. "./dist/latest/snap.css"
  17. ],
  18. "scripts": [
  19. "snap.js"
  20. ],
  21. "homepage": "https://github.com/jakiestfu/Snap.js",
  22. "_release": "2.0.0-rc1",
  23. "_resolution": {
  24. "type": "version",
  25. "tag": "v2.0.0-rc1",
  26. "commit": "15c77da330d9e8ca580a922bc748d88553838a73"
  27. },
  28. "_source": "https://github.com/jakiestfu/Snap.js.git",
  29. "_target": "2.0.0-rc1",
  30. "_originalSource": "snapjs"
  31. }