Addnew sheets (armor, weapons, malefica) and v13 support
This commit is contained in:
37
node_modules/gulp-less/package.json
generated
vendored
Normal file
37
node_modules/gulp-less/package.json
generated
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user