bower.json 303 B

123456789101112131415
  1. {
  2. "name": "typogr.js",
  3. "main": "typogr.js",
  4. "version": "0.6.8",
  5. "homepage": "https://github.com/ekalinin/typogr.js",
  6. "authors": [
  7. "Eugene Kalinin <e.v.kalinin@gmail.com>"
  8. ],
  9. "description": "Typography utils",
  10. "keywords": [
  11. "typography",
  12. "typogr.js"
  13. ],
  14. "license": "MIT"
  15. }