123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "name": "grunt-contrib-sass",
- "description": "Compile Sass to CSS",
- "version": "0.7.4",
- "homepage": "https://github.com/gruntjs/grunt-contrib-sass",
- "author": {
- "name": "Grunt Team",
- "url": "http://gruntjs.com/"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/gruntjs/grunt-contrib-sass"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/gruntjs/grunt-contrib-sass/blob/master/LICENSE-MIT"
- }
- ],
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "dependencies": {
- "async": "^0.9.0",
- "chalk": "^0.5.1",
- "dargs": "^0.1.0",
- "which": "^1.0.5",
- "win-spawn": "^2.0.0"
- },
- "devDependencies": {
- "grunt": "^0.4.5",
- "grunt-contrib-clean": "^0.6.0",
- "grunt-contrib-internal": "^0.4.10",
- "grunt-contrib-jshint": "^0.10.0",
- "grunt-contrib-nodeunit": "^0.4.1"
- },
- "peerDependencies": {
- "grunt": ">=0.4.0"
- },
- "keywords": [
- "gruntplugin",
- "scss",
- "sass",
- "css",
- "compile",
- "preprocessor",
- "style"
- ],
- "contributors": [
- {
- "name": "Sindre Sorhus",
- "url": "http://github.com/sindresorhus"
- }
- ],
- "gitHead": "54740001ee366d7e4a90df46a342a25a36ff0211",
- "bugs": {
- "url": "https://github.com/gruntjs/grunt-contrib-sass/issues"
- },
- "_id": "grunt-contrib-sass@0.7.4",
- "_shasum": "1de0f7c3bc40f15254e135777b5f094c921e9564",
- "_from": "grunt-contrib-sass@^0.7.3",
- "_npmVersion": "1.4.14",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "maintainers": [
- {
- "name": "tkellen",
- "email": "tyler@sleekcode.net"
- },
- {
- "name": "cowboy",
- "email": "cowboy@rj3.net"
- },
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- {
- "name": "shama",
- "email": "kyle@dontkry.com"
- },
- {
- "name": "jmeas",
- "email": "jellyes2@gmail.com"
- }
- ],
- "dist": {
- "shasum": "1de0f7c3bc40f15254e135777b5f094c921e9564",
- "tarball": "http://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.7.4.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.7.4.tgz",
- "readme": "ERROR: No README data found!"
- }
|