1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "name": "grunt-contrib-sass",
- "description": "Compile Sass to CSS",
- "version": "0.7.3",
- "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.git"
- },
- "bugs": {
- "url": "https://github.com/gruntjs/grunt-contrib-sass/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/gruntjs/grunt-contrib-sass/blob/master/LICENSE-MIT"
- }
- ],
- "main": "Gruntfile.js",
- "engines": {
- "node": ">=0.8.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "dependencies": {
- "dargs": "~0.1.0",
- "async": "~0.2.9",
- "chalk": "~0.4.0",
- "win-spawn": "~2.0.0",
- "which": "~1.0.5"
- },
- "devDependencies": {
- "grunt-contrib-clean": "~0.5.0",
- "grunt-contrib-jshint": "~0.7.2",
- "grunt-contrib-nodeunit": "~0.2.0",
- "grunt-contrib-internal": "~0.4.4",
- "grunt": "~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"
- }
- ],
- "_id": "grunt-contrib-sass@0.7.3",
- "dist": {
- "shasum": "71bf7c57f7fa3f9f50a8f1700b3c1e08b66e2c88",
- "tarball": "http://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.7.3.tgz"
- },
- "_from": "grunt-contrib-sass@0.7.3",
- "_npmVersion": "1.4.3",
- "_npmUser": {
- "name": "jmeas",
- "email": "jellyes2@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"
- }
- ],
- "directories": {},
- "_shasum": "71bf7c57f7fa3f9f50a8f1700b3c1e08b66e2c88",
- "_resolved": "https://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.7.3.tgz"
- }
|