j2c-importer
Version:
Turn CSS into J2C source objects.
28 lines (27 loc) • 622 B
JSON
{
"name": "j2c-importer",
"version": "0.2.6",
"description": "Turn CSS into J2C source objects.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"browserify": "browserify -s j2cImporter src/index.js"
},
"keywords": [
"j2c",
"css",
"importer"
],
"bin": {
"j2c-importer": "./bin/j2c-importer.js"
},
"author": "Pierre-Yves Gérardy",
"license": "MIT",
"dependencies": {
"js-beautify": "^1.5.10",
"lodash.defaultsdeep": "^3.10.0",
"postcss": "^5.0.13",
"postcss-safe-parser": "^1.0.4",
"yargs": "^3.31.0"
}
}