-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 917 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
40
41
42
{
"name": "grunt-less",
"description": "Grunt task for LESS.",
"version": "0.1.7",
"homepage": "https://github.com/jharding/grunt-less",
"author": "Jake Harding <jacob.s.harding@gmail.com> (http://thejakeharding.com)",
"repository": {
"type": "git",
"url": "git://github.com/jharding/grunt-less.git"
},
"bugs": {
"url": "https://github.com/jharding/grunt-less/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jharding/grunt-less/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": {
"grunt-less": "bin/grunt-less"
},
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"test": "grunt --base ./test/ --config ./test/grunt.js"
},
"dependencies": {
"less": "~1.3"
},
"devDependencies": {
"grunt": "~0.3.7"
},
"keywords": [
"less",
"grunt",
"gruntplugin"
],
"optionalDependencies": {}
}