UNPKG

1.06 kBJSONView Raw
1{
2 "name": "grunt-contrib-sass",
3 "description": "Compile Sass to CSS",
4 "version": "0.2.0",
5 "homepage": "https://github.com/gruntjs/grunt-contrib-sass",
6 "author": {
7 "name": "Grunt Team",
8 "url": "http://gruntjs.com/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/gruntjs/grunt-contrib-sass.git"
13 },
14 "bugs": {
15 "url": "https://github.com/gruntjs/grunt-contrib-sass/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/gruntjs/grunt-contrib-sass/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "grunt.js",
24 "engines": {
25 "node": ">=0.8.0"
26 },
27 "scripts": {
28 "test": "grunt test"
29 },
30 "dependencies": {
31 "grunt-lib-contrib": "~0.3.0"
32 },
33 "devDependencies": {
34 "grunt": "~0.4.0a",
35 "grunt-contrib-internal": "~0.1.0",
36 "grunt-contrib-clean": "~0.4.0a",
37 "grunt-contrib-jshint": "~0.1.0",
38 "grunt-contrib-nodeunit": "~0.1.0"
39 },
40 "keywords": [
41 "gruntplugin",
42 "scss",
43 "sass",
44 "css",
45 "compile",
46 "preprocessor",
47 "style"
48 ]
49}