2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name": "gulp-less",
|
|
|
|
"version": "5.0.0",
|
|
|
|
"description": "Less for Gulp",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "jshint index.js && node_modules/.bin/mocha"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/gulp-community/gulp-less.git"
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"keywords": [
|
|
|
|
"gulpplugin",
|
|
|
|
"gulp",
|
|
|
|
"less"
|
|
|
|
],
|
|
|
|
"author": "Chris Cowan",
|
|
|
|
"license": "MIT",
|
2022-01-21 08:28:41 +00:00
|
|
|
"dependencies": {
|
|
|
|
"less": "^3.7.1 || ^4.0.0",
|
|
|
|
"object-assign": "^4.0.1",
|
|
|
|
"plugin-error": "^1.0.0",
|
|
|
|
"replace-ext": "^2.0.0",
|
|
|
|
"through2": "^4.0.0",
|
|
|
|
"vinyl-sourcemaps-apply": "^0.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"jshint": "^2.9.4",
|
|
|
|
"mocha": "^9.0.0",
|
|
|
|
"should": "^13.0.0",
|
|
|
|
"vinyl": "^2.1.0"
|
2022-04-08 10:55:35 +00:00
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|