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

13 lines
416 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.7",
"main" : "./lib/less",
"directories" : { "lib": "./lib", "test": "./test" },
"engines" : { "node": ">=0.1.93" }
}