Files
cdnjs/ajax/libs/less.js/package.json
T
2012-12-30 14:13:59 +00:00

27 lines
697 B
JSON

{
"name": "less.js",
"filename": "less.min.js",
"version": "1.3.3",
"description": "LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (IE 6+, Webkit, Firefox) and server-side, with Node.js.",
"homepage": "http://lesscss.org/",
"keywords": [
"css",
"css3",
"html",
"html5",
"popular"
],
"maintainers": [
{
"name": "Alexis Sellier",
"website": "http://cloudhead.io/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/cloudhead/less.js"
}
]
}