package.json 908 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "mdn-data",
  3. "version": "2.0.4",
  4. "description": "Open Web data by the Mozilla Developer Network",
  5. "main": "index.js",
  6. "files": [
  7. "api/*.json",
  8. "css/*.json",
  9. "l10n/*.json"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/mdn/data.git"
  14. },
  15. "keywords": [
  16. "data",
  17. "mdn",
  18. "mozilla",
  19. "css"
  20. ],
  21. "author": "Mozilla Developer Network",
  22. "license": "CC0-1.0",
  23. "bugs": {
  24. "url": "https://github.com/mdn/data/issues"
  25. },
  26. "homepage": "https://developer.mozilla.org",
  27. "devDependencies": {
  28. "ajv": "^5.0.1",
  29. "better-ajv-errors": "^0.5.1"
  30. },
  31. "scripts": {
  32. "lint": "node test/lint",
  33. "travis": "npm test",
  34. "test": "npm run lint"
  35. },
  36. "__npminstall_done": "Thu Dec 24 2020 20:21:02 GMT+0800 (CST)",
  37. "_from": "mdn-data@2.0.4",
  38. "_resolved": "https://registry.npm.taobao.org/mdn-data/download/mdn-data-2.0.4.tgz"
  39. }