Files
old-slucajna-televizija/web/node_modules/postcss-loader/lib/options.json
2017-10-16 11:19:46 +02:00

34 lines
553 B
JSON

{
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"ctx": {
"type": "object"
}
},
"additionalProperties": false
},
"exec": {
"type": "boolean"
},
"parser": {
"type": "string"
},
"syntax": {
"type": "string"
},
"stringifier": {
"type": "string"
},
"sourceMap": {
"type": [ "string", "boolean" ]
}
},
"additionalProperties": true
}