UNPKG

sass-convert

Version:
81 lines (80 loc) 1.77 kB
{ "name": "sass-convert", "version": "0.5.2", "description": "Node.js bindings to sass-convert", "keywords": [ "sass", "scss", "css", "convertion" ], "author": { "name": "Pascal Duez", "url": "https://github.com/pascalduez" }, "contributors": [ { "name": "Valérian Galliat", "url": "https://twitter.com/valeriangalliat" }, { "name": "Fabrice Weinberg", "url": "https://twitter.com/fweinb" }, { "name": "Hugo Giraudel", "url": "https://twitter.com/HugoGiraudel" } ], "homepage": "https://github.com/SassDoc/sass-convert", "bugs": "https://github.com/SassDoc/sass-convert/issues", "repository": { "type": "git", "url": "git://github.com/SassDoc/sass-convert.git" }, "license": "Unlicense", "files": [ "bin", "dist", "CHANGELOG.md", "index.js", "README.md", "UNLICENSE" ], "dependencies": { "concat-stream": "^1.4.7", "dargs": "^4.0.0", "ends-with": "^0.2.0", "es6-denodeify": "^0.1.0", "es6-promise": "^3.0.2", "memoize-decorator": "^1.0.2", "object-assign": "^3.0.0", "semver": "^5.0.1", "semver-regex": "^1.0.0", "through2": "^2.0.0", "which": "^1.0.5" }, "devDependencies": { "babel": "^5.8.21", "babel-eslint": "^4.0.10", "chalk": "^1.0.0", "coveralls": "^2.11.2", "dateformat": "^1.0.11", "eslint": "^1.1.0", "faucet": "0.0.1", "gulp-rename": "^1.2.0", "istanbul": "^0.3.5", "readdirp": "^1.3.0", "rimraf": "^2.2.8", "tape": "^4.2.0", "vinyl-fs": "^1.0.0", "vinyl-source-stream": "^1.0.0" }, "engines": { "node": ">=0.10.0", "npm": ">=2.1.0" }, "scripts": { "test": "make dist test" } }