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.

19 lines
278 B

3 years ago
  1. {
  2. "name": "seajs",
  3. "version": "2.3.0",
  4. "main": "./dist/sea.js",
  5. "ignore": [
  6. "**/.*",
  7. "docs",
  8. "lib",
  9. "src",
  10. "tests",
  11. "CNAME",
  12. "component.json",
  13. "CONTRIBUTING.md",
  14. "index.html",
  15. "Makefile",
  16. "package.json",
  17. "README.md"
  18. ]
  19. }