You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
carto/package.json

14 lines
454 B

{
"name" : "less",
"description" : "Leaner CSS",
"url" : "http://lesscss.org",
"keywords" : ["css", "parser", "lesscss", "browser"],
"author" : "Alexis Sellier <self@cloudhead.net>",
"contributors" : [],
"version" : "1.0.40",
"bin" : { "lessc": "./bin/lessc" },
"main" : "./lib/less/index",
"directories" : { "test": "./test" },
"engines" : { "node": ">=0.2.0" }
}