-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathpackage.json
51 lines (51 loc) · 1.02 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
{
"name": "grunt-contrib-compass",
"description": "Compile Sass to CSS using Compass",
"version": "1.1.1",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-compass",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"main": "tasks/compass.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "^1.5.2",
"bin-version-check": "^2.0.0",
"dargs": "^2.0.3",
"onetime": "^1.0.0",
"tmp": "0.0.28",
"which": "^1.0.9"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-internal": "^1.1.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-shell": "^1.1.2"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"keywords": [
"gruntplugin",
"compass",
"scss",
"sass",
"css",
"compile",
"preprocessor",
"style"
],
"files": [
"tasks"
],
"appveyor_id": "cndnlo699q1ev7dp"
}