blob: 3f6a05d19a3b08e7029317d61b0fe4a21ede2961 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[{
"Name": "wc",
"Description": "Plugin to count words/characters in micro",
"Tags": ["wc", "word", "character", "count"],
"Website": "https://github.com/adamnpeace/micro-wc-plugin",
"Versions": [
{
"Version": "1.1.0",
"Url": "https://github.com/adamnpeace/micro-wc-plugin/archive/v1.1.0.zip",
"Require": {
"micro": ">=2.0.0-1"
}
},
{
"Version": "1.0.1",
"Url": "https://github.com/adamnpeace/micro-wc-plugin/archive/v1.0.1.zip",
"Require": {
"micro": ">=1.1.0"
}
}
]
}]
|