-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackages.json
23 lines (23 loc) · 953 Bytes
/
packages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"schema_version": "2.0",
"packages": [
{
"name": "InputHelper",
"author": "Anh Tu Nguyen <[email protected]>",
"description": "Popup a text input window under Linux, which help user to insert text using IME like Ibus, SCIM...",
"details": "https://github.com/xgenvn/InputHelper",
"homepage": "https://github.com/xgenvn/InputHelper",
"readme": "https://raw.github.com/xgenvn/InputHelper/master/README.md",
"issues": "https://github.com/xgenvn/InputHelper/issues",
"donate": "https://www.gittip.com/xgenvn/",
"labels": ["text input", "input method", "ibus", "linux"],
"releases": [
{
"platforms": ["osx", "linux"],
"sublime_text": "*",
"details": "https://github.com/xgenvn/InputHelper/tags"
}
]
}
]
}