package.json 690 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "caniuse-lite",
  3. "version": "1.0.30000967",
  4. "description": "A smaller version of caniuse-db, with only the essentials!",
  5. "main": "dist/unpacker/index.js",
  6. "scripts": {
  7. "prepublish": "del-cli dist && babel src/unpacker -d dist/unpacker && mkdir dist/lib && babel src/lib/statuses.js -o dist/lib/statuses.js && babel src/lib/supported.js -o dist/lib/supported.js"
  8. },
  9. "files": [
  10. "data",
  11. "dist"
  12. ],
  13. "keywords": [
  14. "support",
  15. "css",
  16. "js",
  17. "html5",
  18. "svg"
  19. ],
  20. "author": {
  21. "name": "Ben Briggs",
  22. "email": "beneb.info@gmail.com",
  23. "url": "http://beneb.info"
  24. },
  25. "repository": "ben-eb/caniuse-lite",
  26. "license": "CC-BY-4.0"
  27. }