Files
ChocolateyPackages/EthanBrown.SublimeText2.EditorPackages/tools/PackageCache/StringEncode/package.json
Iristyle 5ed4214a22 feat(ST2.EditorPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
2013-09-16 22:29:05 -04:00

17 lines
565 B
JSON

{
"name": "StringEncode",
"description": "Converts characters from one encoding to another using a transformation (think HTML entities, not character encodings).",
"author": "Colin T.A. Gray (colinta)",
"details": "https://github.com/colinta/SublimeStringEncode",
"labels": ["text manipulation"],
"releases": [
{
"details": "https://github.com/colinta/SublimeStringEncode/tree/master",
"sublime_text": "<3000"
},
{
"details": "https://github.com/colinta/SublimeStringEncode/tags",
"sublime_text": ">=3000"
}
]
}