-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 888 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"schema_version": "2.0",
"packages": [
{
"name": "Mem.dev Snippet Saver",
"author": "mem.dev",
"description": "Allows you to save snippets of code into mem.dev, to turn into flashcards.",
"details": "https://github.com/mem-dev/st_plugin",
"homepage": "https://github.com/mem-dev/st_plugin",
"readme": "https://raw.githubusercontent.com/mem-dev/st_plugin/master/README.md",
"issues": "https://github.com/mem-dev/st_plugin/issues",
"labels": ["spaced repitition", "snippet", "snippet saver"],
"releases": [
{
"platforms": ["osx", "linux"],
"sublime_text": "*",
"details": "https://github.com/mem-dev/st_plugin/tags"
}
]
}
]
}