{"_id":"node-sassy","_rev":"207630","name":"node-sassy","description":"A sass compiler for node that uses your existing sass gem.","dist-tags":{"latest":"0.0.1"},"maintainers":[{"name":"jgable","email":"jacob.gable@gmail.com"}],"time":{"modified":"2021-06-03T13:45:47.000Z","created":"2013-03-08T21:19:47.314Z","0.0.1":"2013-03-08T21:19:47.314Z"},"users":{},"author":{"name":"Jacob Gable","email":"jacob.gable@gmail.com"},"versions":{"0.0.1":{"name":"node-sassy","version":"0.0.1","description":"A sass compiler for node that uses your existing sass gem.","main":"index.js","directories":{"test":"test"},"scripts":{"test":"grunt test"},"keywords":["sass","scss","css"],"author":{"name":"Jacob Gable","email":"jacob.gable@gmail.com"},"license":"MIT","devDependencies":{"mocha":"~1.8.1","should":"~1.2.2","grunt":"~0.4.0","grunt-simple-mocha":"~0.3.2","grunt-contrib-jshint":"~0.2.0"},"dependencies":{"lodash":"~1.0.1","combined-stream":"0.0.4"},"_id":"node-sassy@0.0.1","dist":{"shasum":"d16e1e790fca146cb484095e0fa34567ae05e7ef","size":3972,"noattachment":false,"key":"/node-sassy/-/node-sassy-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/node-sassy/download/node-sassy-0.0.1.tgz"},"maintainers":[{"name":"jgable","email":"jacob.gable@gmail.com"}],"publish_time":1362777587314,"_cnpm_publish_time":1362777587314,"_hasShrinkwrap":false}},"readme":"node-sassy\n==========\n\nA sass compiler for node that relies on your installed ruby gem of sass.\n\n### Installation\n\n    npm install node-sassy\n\n### Example\n\n```javascript\n// Simple file example.\nsassy.compile(filepath, function(err, css) {\n    if(err){\n        throw err;\n    }\n    \n    console.log(css);\n});\n\n// Multiple files (concatenated)\nsassy.compile([filepath1, filepath2, filepath3], function(err, css) {\n    if(err){\n        throw err;\n    }\n    \n    console.log(css);\n});\n\n// Specify where to import from\nvar opts = {\n\tincludeFrom: path.join(process.cwd(), \"style\")\n};\n\nsassy.compile(filePathWithImport, opts, function(err, css) {\n    if(err){\n        throw err;\n    }\n    \n    console.log(css);\n});\n```\n\nLicense\n=======\n\nMIT License, No Attribution Required, Copyright 2013 Jacob Gable","_attachments":{},"license":"MIT"}