UNPKG

891 BJSONView Raw
1{
2 "name": "grunt-contrib-sass",
3 "description": "Compile Sass to CSS",
4 "version": "2.0.0",
5 "author": {
6 "name": "Grunt Team",
7 "url": "https://gruntjs.com/"
8 },
9 "repository": "gruntjs/grunt-contrib-sass",
10 "license": "MIT",
11 "engines": {
12 "node": ">=8"
13 },
14 "main": "tasks/sass.js",
15 "scripts": {
16 "test": "grunt test"
17 },
18 "dependencies": {
19 "async": "^2.6.1",
20 "chalk": "^2.4.1",
21 "cross-spawn": "^6.0.5",
22 "dargs": "^6.0.0",
23 "which": "^1.3.1"
24 },
25 "devDependencies": {
26 "grunt": "^1.3.0",
27 "grunt-contrib-clean": "^2.0.0",
28 "grunt-contrib-internal": "^3.1.0",
29 "grunt-contrib-jshint": "^1.1.0",
30 "grunt-contrib-nodeunit": "^2.1.0"
31 },
32 "keywords": [
33 "gruntplugin",
34 "scss",
35 "sass",
36 "css",
37 "compile",
38 "preprocessor",
39 "style"
40 ],
41 "files": [
42 "tasks"
43 ],
44 "appveyor_id": "ugf9aop97slt5anb"
45}