nsure
Version:
nsure is a JS class that allows deep testing/sanitation, modification chains and model generation of objects.
31 lines (30 loc) • 592 B
JSON
{
"name": "nsure",
"version": "0.2.27",
"homepage": "https://github.com/itsatony/nsure",
"authors": [
"itsatony <i@itsatony.com>"
],
"description": "nsure is a JS class that allows deep testing/sanitation, modification chains and model generation of objects.",
"main": "lib/nsure.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"model",
"verification",
"sanitation"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"minions": ">0.2.0"
}
}