12345678910111213141516171819202122 |
- {
- "name": "less",
- "main": "dist/less.js",
- "ignore": [
- "**/.*",
- "benchmark",
- "bin",
- "lib",
- "src",
- "build",
- "test",
- "*.md",
- "LICENSE",
- "Gruntfile.js",
- "*.json",
- "*.yml",
- ".gitattributes",
- ".npmignore",
- ".eslintignore",
- "tsconfig.json"
- ]
- }
|