123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "name": "grunt-contrib-compass",
- "description": "Compile Sass to CSS using Compass",
- "version": "0.9.0",
- "author": {
- "name": "Grunt Team",
- "url": "http://gruntjs.com/"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/gruntjs/grunt-contrib-compass"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/gruntjs/grunt-contrib-compass/blob/master/LICENSE-MIT"
- }
- ],
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "dependencies": {
- "async": "^0.8.0",
- "bin-version-check": "^0.1.0",
- "dargs": "^0.1.0",
- "tmp": "0.0.23"
- },
- "devDependencies": {
- "grunt": "^0.4.5",
- "grunt-contrib-clean": "^0.5.0",
- "grunt-contrib-internal": "^0.4.2",
- "grunt-contrib-jshint": "^0.10.0",
- "grunt-contrib-nodeunit": "^0.4.0"
- },
- "peerDependencies": {
- "grunt": "^0.4.0"
- },
- "keywords": [
- "gruntplugin",
- "compass",
- "scss",
- "sass",
- "css",
- "compile",
- "preprocessor",
- "style"
- ],
- "files": [
- "tasks",
- "LICENSE-MIT"
- ],
- "bugs": {
- "url": "https://github.com/gruntjs/grunt-contrib-compass/issues"
- },
- "homepage": "https://github.com/gruntjs/grunt-contrib-compass",
- "_id": "grunt-contrib-compass@0.9.0",
- "_shasum": "01a00947a65a58512bfd32289935fe37b79ffa61",
- "_from": "grunt-contrib-compass@0.9.0",
- "_npmVersion": "1.4.9",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "maintainers": [
- {
- "name": "tkellen",
- "email": "tyler@sleekcode.net"
- },
- {
- "name": "cowboy",
- "email": "cowboy@rj3.net"
- },
- {
- "name": "shama",
- "email": "kyle@dontkry.com"
- },
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- {
- "name": "vladikoff",
- "email": "vlad@vladikoff.com"
- },
- {
- "name": "jmeas",
- "email": "jellyes2@gmail.com"
- }
- ],
- "dist": {
- "shasum": "01a00947a65a58512bfd32289935fe37b79ffa61",
- "tarball": "http://registry.npmjs.org/grunt-contrib-compass/-/grunt-contrib-compass-0.9.0.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/grunt-contrib-compass/-/grunt-contrib-compass-0.9.0.tgz"
- }
|