1234567891011121314151617181920212223242526 |
- {
- "name": "karma-filemap-preprocessor",
- "version": "0.1.1",
- "description": "karma preprocessor for create files map",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/JuneAndGreen/karma-filemap-preprocessor.git"
- },
- "keywords": [
- "karma",
- "preprocessor"
- ],
- "author": "june01",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/JuneAndGreen/karma-filemap-preprocessor/issues"
- },
- "homepage": "https://github.com/JuneAndGreen/karma-filemap-preprocessor#readme",
- "dependencies": {
- "miniprogram-compiler": "latest"
- }
- }
|