UNPKG

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