not really known
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.

23 lines
575 B

  1. {
  2. "name": "prefixfree",
  3. "version": "1.0.7",
  4. "main": "prefixfree.min.js",
  5. "author": {
  6. "name": "Lea Verou"
  7. },
  8. "ignore": [
  9. "css/",
  10. "fonts/",
  11. "img/",
  12. "plugins/",
  13. "README.md",
  14. "index.html",
  15. "index.js",
  16. "minify",
  17. "prefixfree.js"
  18. ],
  19. "description": "A script that lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed.",
  20. "repository": {
  21. "type": "git",
  22. "url": "git://github.com/LeaVerou/prefixfree.git"
  23. }
  24. }