UNPKG

json-to-scss

Version:

A small utility to convert js & json file(s) to scss/sass file(s).

38 lines (37 loc) 908 B
{ "name": "json-to-scss", "version": "1.6.2", "main": "lib/jsJsonFilesToSassScssFiles.js", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/rlapoele/json-to-scss.git" }, "author": { "name": "Renaud Lapoële", "email": "rlapoele@gmail.com" }, "description": "A small utility to convert js & json file(s) to scss/sass file(s).", "keywords": [ "converter", "js", "json", "sass", "scss" ], "homepage": "https://github.com/rlapoele/json-to-scss#readme", "issues": "https://github.com/rlapoele/json-to-scss/issues", "dependencies": { "chalk": "^2.4.2", "glob": "^7.1.4", "lodash.isinteger": "^4.0.4", "lodash.isplainobject": "^4.0.6", "node-emoji": "^1.10.0", "terminal-overwrite": "^2.0.1", "yargs": "^13.3.2" }, "bin": { "json-to-scss": "bin/cli.js" }, "devDependencies": {} }