38 lines
		
	
	
		
			763 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			763 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "gulp-less",
 | |
|   "version": "5.0.0",
 | |
|   "description": "Less for Gulp",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "test": "jshint index.js && node_modules/.bin/mocha"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git://github.com/gulp-community/gulp-less.git"
 | |
|   },
 | |
|   "engines": {
 | |
|     "node": ">=6"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "gulpplugin",
 | |
|     "gulp",
 | |
|     "less"
 | |
|   ],
 | |
|   "author": "Chris Cowan",
 | |
|   "license": "MIT",
 | |
|   "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"
 | |
|   }
 | |
| }
 |