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.
23 lines
756 B
23 lines
756 B
{ |
|
"name" : "less", |
|
"description" : "Leaner CSS", |
|
"homepage" : "http://lesscss.org", |
|
"keywords" : ["css", "parser", "lesscss", "browser"], |
|
"author" : "Alexis Sellier <self@cloudhead.net>", |
|
"contributors" : [], |
|
"version" : "1.3.3", |
|
"bin" : { "lessc": "./bin/lessc" }, |
|
"main" : "./lib/less/index", |
|
"directories" : { "test": "./test" }, |
|
"engines" : { "node": ">=0.4.2" }, |
|
"optionalDependencies" : { "ycssmin": ">=1.0.1" }, |
|
"devDependencies" : { "diff": "~1.0" }, |
|
"scripts": { |
|
"test": "make test" |
|
}, |
|
"bugs": { "url" : "https://github.com/cloudhead/less.js/issues"}, |
|
"repository" : |
|
{ "type" : "git", |
|
"url" : "https://github.com/cloudhead/less.js.git" |
|
} |
|
}
|
|
|