-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
44 lines (44 loc) · 993 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
43
44
{
"name": "grunt-compass",
"description": "A custom grunt.js task that executes compass compile for you and prints the COMPASS output to grunt.log.write().",
"version": "0.3.8",
"homepage": "https://github.com/kahlil/grunt-compass",
"author": {
"name": "Kahlil Lechelt",
"email": "[email protected]",
"url": "http://kahlil.co"
},
"repository": {
"type": "git",
"url": "git://github.com/kahlil/grunt-compass.git"
},
"bugs": {
"url": "https://github.com/kahlil/grunt-compass/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kahlil/grunt-compass/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-compass",
"engines": {
"node": "*"
},
"scripts": {
"test": "nodeunit test/*"
},
"dependencies": {},
"devDependencies": {
"grunt": ">=0.3.7",
"nodeunit": "~0.7.4"
},
"keywords": [
"grunt.js",
"sass",
"compass",
"grunt",
"gruntplugin"
]
}