json2scss
Version:
Convert JSON config files to SCSS
34 lines (33 loc) • 712 B
JSON
{
"name": "json2scss",
"version": "0.0.2",
"description": "Convert JSON config files to SCSS",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node_modules/.bin/mocha test/test.js"
},
"bin": {
"json2scss" : "bin/json2scss.js"
},
"repository": {
"type": "git",
"url": "git@github.com:satya164/json2scss.git"
},
"keywords": [
"json",
"scss"
],
"author": "Satyajit Sahoo <satyajit.happy@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/satya164/json2scss/issues"
},
"homepage": "https://github.com/satya164/json2scss",
"devDependencies": {
"mocha": "latest",
"node-sass": "latest"
}
}