UNPKG

1.11 kBJSONView Raw
1{
2 "name": "grunt-contrib-sass",
3 "description": "Compile Sass to CSS",
4 "version": "0.3.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": "Gruntfile.js",
24 "engines": {
25 "node": ">=0.8.0"
26 },
27 "scripts": {
28 "test": "grunt test"
29 },
30 "dependencies": {
31 "grunt-lib-contrib": "~0.5.1"
32 },
33 "devDependencies": {
34 "grunt-contrib-clean": "~0.4.0",
35 "grunt-contrib-jshint": "~0.2.0",
36 "grunt-contrib-nodeunit": "~0.1.2",
37 "grunt-contrib-internal": "~0.4.2",
38 "grunt": "~0.4.0"
39 },
40 "peerDependencies": {
41 "grunt": "~0.4.0"
42 },
43 "keywords": [
44 "gruntplugin",
45 "scss",
46 "sass",
47 "css",
48 "compile",
49 "preprocessor",
50 "style"
51 ]
52}