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.

33 lines
890 B

  1. {
  2. "name": "prefixfree",
  3. "main": "prefixfree.min.js",
  4. "author": {
  5. "name": "Lea Verou"
  6. },
  7. "ignore": [
  8. "css/",
  9. "fonts/",
  10. "img/",
  11. "plugins/",
  12. "README.md",
  13. "index.html",
  14. "index.js",
  15. "minify",
  16. "prefixfree.js"
  17. ],
  18. "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.",
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/LeaVerou/prefixfree.git"
  22. },
  23. "homepage": "https://github.com/tsarnow/prefixfree",
  24. "_release": "91790e8aff",
  25. "_resolution": {
  26. "type": "branch",
  27. "branch": "master",
  28. "commit": "91790e8aff6d807cd62018479db2307e1972b92a"
  29. },
  30. "_source": "git://github.com/tsarnow/prefixfree.git",
  31. "_target": "*",
  32. "_originalSource": "prefixfree",
  33. "_direct": true
  34. }