package.json 789 B

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