less-to-js
Version:
Turn .less files into isomorphic (browser and node) .js - i.e. require('./somefile.less.js');
39 lines (38 loc) • 884 B
JSON
{
"name": "less-to-js",
"version": "2.0.0",
"description": "Turn .less files into isomorphic (browser and node) .js - i.e. require('./somefile.less.js');",
"author": "smallhelm",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/smallhelm/less-to-js.git"
},
"bugs": {
"url": "https://github.com/smallhelm/less-to-js/issues"
},
"homepage": "https://github.com/smallhelm/less-to-js",
"keywords": [
"less",
"isomorphic",
"cli"
],
"main": "index.js",
"files": [
"bin",
"index.js"
],
"bin": {
"less-to-js": "bin/less-to-js"
},
"scripts": {
"test": "./bin/less-to-js tests/*.less && git diff --exit-code && echo test-passed"
},
"dependencies": {
"clean-css": "^4.0.12",
"css-to-css.js": "^1.0.1",
"each-async": "^1.1.1",
"globby": "^6.1.0",
"less": "^2.7.2"
}
}