UNPKG

@crocsx/scss-to-json

Version:

A utility for converting SCSS variables files to JSON

54 lines (53 loc) 1.18 kB
{ "name": "@crocsx/scss-to-json", "version": "3.0.0", "description": "A utility for converting SCSS variables files to JSON", "homepage": "https://github.com/Crocsx/scss-to-json", "keywords": [ "scss", "json" ], "author": "Federico Giacomini <crocsx.gaming@gmail.com>", "bin": { "scss-to-json": "bin/scss-to-json" }, "repository": { "type": "git", "url": "git://github.com/Crocsx/scss-to-json.git" }, "bugs": { "url": "https://github.com/Crocsx/scss-to-json/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/Crocsx/scss-to-json/blob/master/LICENSE-MIT" } ], "main": "main.js", "engines": { "node": ">= 0.10.0" }, "dependencies": { "cssmin": "^0.4.3", "minimist": "^1.2.0", "sass": "^1.32.8" }, "devDependencies": { "cross-env": "^5.2.0", "cross-spawn": "2.0.0", "eslint": "1.9.0", "mocha": "2.2.5", "proxyquire": "1.6.0", "sinon": "1.15.4", "wealthfront-javascript": "2.4.0" }, "scripts": { "test": "cross-env NODE_ENV=test mocha", "pretest": "eslint ." }, "directories": { "test": "test" }, "license": "ISC" }