luvit-set
Version:
Straightforward Lua Set library for Luvit
29 lines (28 loc) • 594 B
JSON
{
"name": "luvit-set",
"version": "0.0.1-5",
"description": "Straightforward Lua Set library for Luvit",
"main": "init.lua",
"scripts": {
"test": "luvit tests/init.lua"
},
"dependencies": {
"luvit-test": "~0.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/wscherphof/luvit-set.git"
},
"keywords": [
"set",
"luvit",
"lua",
"npm"
],
"author": "Wouter Scherphof",
"license": "LGPL+",
"bugs": {
"url": "https://github.com/wscherphof/luvit-set/issues"
},
"homepage": "https://github.com/wscherphof/luvit-set"
}