You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
592 B
31 lines
592 B
2 years ago
|
{
|
||
|
"name": "pretty-data",
|
||
|
"version": "0.40.0",
|
||
|
"author": "Vadim Kiryukhin <vkiryukhin@gmail.com>",
|
||
|
"description": "plugin to pretty-print or minify XML, JSON, CSS and SQL files",
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Vadim Kiryukhin",
|
||
|
"email": "vkiryukhin@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "http://github.com/vkiryukhin/pretty-data.git"
|
||
|
},
|
||
|
"main":"./pretty-data",
|
||
|
"keywords": [
|
||
|
"pretty print",
|
||
|
"beautify",
|
||
|
"minify",
|
||
|
"XML",
|
||
|
"JSON",
|
||
|
"CSS",
|
||
|
"SQL"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"engine": {
|
||
|
"node": ">=0.4.9"
|
||
|
}
|
||
|
}
|