-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.2 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "grunt-dry",
"version": "0.1.0",
"description": "Grunt plugin using dry to convert CSS to LESS.",
"homepage": "https://github.com/assemble/grunt-dry/",
"repository": {
"type": "git",
"url": "git://assemble.github.com/assemble/grunt-dry.git"
},
"bugs": {
"url": "git://assemble.github.com/assemble/grunt-dry/issues"
},
"author": {
"name": "assemble",
"url": "https://github.com/assemble/assemble"
},
"contributors": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://assemble.github.com/assemble/grunt-dry/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"dry": "~0.1.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0"
},
"readmeFilename": "README.md",
"keywords": [
"css 2 less",
"css2less",
"css to less",
"css-to-less",
"convert css to less",
"grunt",
"grunt-dry",
"dry",
"refactor css",
"refactor"
]
}