mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
19 lines
257 B
JSON
19 lines
257 B
JSON
{
|
|
"name": "less",
|
|
"version": "1.5.0",
|
|
"main": "./dist/less-1.5.0.js",
|
|
"ignore": [
|
|
"**/.*",
|
|
"benchmark",
|
|
"bin",
|
|
"build",
|
|
"lib",
|
|
"test",
|
|
"*.md",
|
|
"LICENSE",
|
|
"Gruntfile.js",
|
|
"package.json",
|
|
"bower.json"
|
|
]
|
|
}
|