mirror of
https://github.com/less/less.js.git
synced 2026-01-22 13:48:03 -05:00
94 lines
1.9 KiB
JSON
94 lines
1.9 KiB
JSON
{
|
|
"name": "less",
|
|
"version": "2.4.0",
|
|
"description": "Leaner CSS",
|
|
"homepage": "http://lesscss.org",
|
|
"author": {
|
|
"name": "Alexis Sellier",
|
|
"email": "self@cloudhead.net"
|
|
},
|
|
"contributors": [
|
|
"The Core Less Team"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/less/less.js/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/less/less.js.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "Apache v2",
|
|
"url": "https://github.com/less/less.js/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"bin": {
|
|
"lessc": "./bin/lessc"
|
|
},
|
|
"main": "index",
|
|
"directories": {
|
|
"test": "./test"
|
|
},
|
|
"jam": {
|
|
"main": "./dist/less.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"optionalDependencies": {
|
|
"errno": "^0.1.1",
|
|
"graceful-fs": "^3.0.5",
|
|
"image-size": "~0.3.5",
|
|
"mime": "^1.2.11",
|
|
"mkdirp": "^0.5.0",
|
|
"promise": "^6.0.1",
|
|
"request": "^2.51.0",
|
|
"source-map": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"diff": "^1.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
"grunt-contrib-connect": "^0.9.0",
|
|
"grunt-contrib-jasmine": "^0.8.1",
|
|
"grunt-contrib-jshint": "^0.11.0",
|
|
"grunt-contrib-uglify": "^0.7.0",
|
|
"grunt-jscs": "^1.2.0",
|
|
"grunt-shell": "^1.1.1",
|
|
"grunt-browserify": "~3.3.0",
|
|
"matchdep": "^0.3.0",
|
|
"time-grunt": "^1.0.0",
|
|
"grunt-saucelabs": "^8.3.2"
|
|
},
|
|
"keywords": [
|
|
"compile less",
|
|
"css nesting",
|
|
"css variable",
|
|
"css",
|
|
"gradients css",
|
|
"gradients css3",
|
|
"less compiler",
|
|
"less css",
|
|
"less mixins",
|
|
"less",
|
|
"less.js",
|
|
"lesscss",
|
|
"mixins",
|
|
"nested css",
|
|
"parser",
|
|
"preprocessor",
|
|
"bootstrap css",
|
|
"bootstrap less",
|
|
"style",
|
|
"styles",
|
|
"stylesheet",
|
|
"variables in css",
|
|
"css less"
|
|
]
|
|
}
|