forked from gruntjs/grunt-contrib-less
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 826 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "grunt-contrib-less",
"description": "Compile LESS files to CSS",
"version": "3.0.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-less",
"license": "MIT",
"engines": {
"node": ">=10"
},
"main": "tasks/less.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "^3.2.1",
"chalk": "^4.1.2",
"less": "^4.1.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-internal": "^7.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-nodeunit": "^4.0.0",
"less-plugin-clean-css": "^1.5.1"
},
"keywords": [
"gruntplugin"
],
"files": [
"tasks"
],
"appveyor_id": "ho4vr86k30r8un49"
}