UNPKG

1.03 kBJSONView Raw
1{
2 "name": "grunt-contrib-sass",
3 "description": "Compile Sass to CSS",
4 "version": "0.9.2",
5 "author": {
6 "name": "Grunt Team",
7 "url": "http://gruntjs.com/"
8 },
9 "repository": "gruntjs/grunt-contrib-sass",
10 "licenses": [
11 {
12 "type": "MIT",
13 "url": "https://github.com/gruntjs/grunt-contrib-sass/blob/master/LICENSE-MIT"
14 }
15 ],
16 "engines": {
17 "node": ">=0.10.0"
18 },
19 "scripts": {
20 "test": "grunt test"
21 },
22 "dependencies": {
23 "async": "^0.9.0",
24 "chalk": "^0.5.1",
25 "cross-spawn": "^0.2.3",
26 "dargs": "^4.0.0",
27 "which": "^1.0.5"
28 },
29 "devDependencies": {
30 "grunt": "^0.4.5",
31 "grunt-cli": "^0.1.13",
32 "grunt-contrib-clean": "^0.6.0",
33 "grunt-contrib-internal": "^0.4.10",
34 "grunt-contrib-jshint": "^0.11.0",
35 "grunt-contrib-nodeunit": "^0.4.1"
36 },
37 "peerDependencies": {
38 "grunt": ">=0.4.0"
39 },
40 "keywords": [
41 "gruntplugin",
42 "scss",
43 "sass",
44 "css",
45 "compile",
46 "preprocessor",
47 "style"
48 ],
49 "files": [
50 "tasks"
51 ]
52}