Merge pull request #3 from danieljames/metadata

Create metadata file.
This commit is contained in:
Noel Belcourt
2014-09-01 20:39:20 -06:00

15
meta/libraries.json Normal file
View File

@@ -0,0 +1,15 @@
{
"key": "tokenizer",
"name": "Tokenizer",
"authors": [
"John Bandela"
],
"description": "Break of a string or other character sequence into a series of tokens.",
"category": [
"Iterators",
"String"
],
"maintainers": [
"John R. Bandela <jbandela -at- ufl.edu>"
]
}