Update packages.json

This commit is contained in:
Steven R Wiley 2016-02-01 12:37:35 -08:00
parent e0bd4f0fb2
commit 789bdb8a78

View File

@ -4203,5 +4203,17 @@
"description": "Bindings for the Sixense Core API.",
"license": "MIT",
"web": "https://github.com/nimious/sixense"
},
{
"name": "listsv",
"url": "git://github.com/srwiley/listsv.git",
"method": "git",
"tags": [
"singly linked list",
"doubly linked list"
],
"description": "Basic operations on singly and doubly linked lists.",
"license": "MIT",
"web": "https://github.com/srwiley/listsv"
}
]