UNPKG

dojo-util

Version:

Dojo utilities including build system for optimizing JavaScript application performance, and DOH testing tool

24 lines (23 loc) 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" } }