nsure
Version:
nsure is a JS class that allows deep testing/sanitation, modification chains and model generation of objects.
34 lines (32 loc) • 694 B
JSON
{
"name": "nsure",
"description": "nsure is a JS class that allows deep testing/sanitation, modification chains and model generation of objects.",
"version": "0.2.27",
"author": "Toni Wagner <i@itsatony.com>",
"engines": {
"node": ">= 0.10.0"
},
"main": "lib/nsure.js",
"repository": {
"type": "git",
"url": "https://github.com/itsatony/nsure"
},
"keywords": [
"nodejs",
"javascript",
"verification",
"sanitation",
"testing",
"model"
],
"license": "MIT",
"dependencies": {
"mongodb": "1.3.19",
"minions": "0.2.45"
},
"devDependencies": {
"mocha": "1.14.0",
"should": "2.1.0"
},
"bin": { "nsure": "./bin/nsure.js" }
}