UNPKG

weak-type-wizard

Version:

A small schema enforcer that attempts to cast the properties of an object to the types you want 'em to be.

34 lines (33 loc) 629 B
{ "name": "weak-type-wizard", "version": "1.4.0", "main": "./index.js", "author": { "name": "TehShrike", "email": "me@JoshDuff.com", "url": "http://joshduff.com" }, "keywords": [ "typecast", "deserialize" ], "repository": { "type": "git", "url": "https://github.com/TehShrike/weak-type-wizard.git" }, "devDependencies": { "faucet": "0.0.1", "jsmd": "0.3.1", "level-mem": "0.18.0", "tape": "^4.0.0" }, "directories": { "test": "test" }, "scripts": { "test": "faucet ./test/*.js && jsmd readme.md" }, "dependencies": { "xtend": "^4.0.0" } }