22 lines
309 B
JSON
Executable file
22 lines
309 B
JSON
Executable file
{
|
|
"name": "less",
|
|
"main": "dist/less.js",
|
|
"ignore": [
|
|
"**/.*",
|
|
"benchmark",
|
|
"bin",
|
|
"lib",
|
|
"src",
|
|
"build",
|
|
"test",
|
|
"*.md",
|
|
"LICENSE",
|
|
"Gruntfile.js",
|
|
"*.json",
|
|
"*.yml",
|
|
".gitattributes",
|
|
".npmignore",
|
|
".eslintignore",
|
|
"tsconfig.json"
|
|
]
|
|
}
|