UNPKG

wintersmith-sassy

Version:

sass plugin that dosn't suck and has source-maps

30 lines (29 loc) 676 B
{ "name": "wintersmith-sassy", "version": "1.2.0", "description": "sass plugin that dosn't suck and has source-maps", "author": "Johan Nordberg <code@johan-nordberg.com>", "license": "MIT", "keywords": [ "wintersmith", "wintersmith-plugin", "sass" ], "repository": "https://github.com/jnordberg/wintersmith-sassy.git", "main": "lib/", "dependencies": { "node-sass": "^4.5.3" }, "devDependencies": { "coffee-script": ">1.9", "vows": "0.8.x", "wintersmith": "2.x" }, "peerDependencies": { "wintersmith": "2.x" }, "scripts": { "test": "vows test/* --spec", "prepublish": "coffee -o ./lib -b -c ./src" } }