package.json 683 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "karma-filemap-preprocessor",
  3. "version": "0.1.1",
  4. "description": "karma preprocessor for create files map",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/JuneAndGreen/karma-filemap-preprocessor.git"
  12. },
  13. "keywords": [
  14. "karma",
  15. "preprocessor"
  16. ],
  17. "author": "june01",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/JuneAndGreen/karma-filemap-preprocessor/issues"
  21. },
  22. "homepage": "https://github.com/JuneAndGreen/karma-filemap-preprocessor#readme",
  23. "dependencies": {
  24. "miniprogram-compiler": "latest"
  25. }
  26. }