UNPKG

ducktype

Version:

Flexible data validation using a duck type interface

42 lines (41 loc) 751 B
{ "name": "ducktype", "version": "1.2.2", "description": "Flexible data validation using a duck type interface", "author": "Jos de Jong <wjosdejong@gmail.com>", "license": "Apache-2.0", "contributors": [ { "name": "Jos de Jong", "email": "wjosdejong@gmail.com" } ], "repository": { "type": "git", "url": "git://github.com/josdejong/ducktype.git" }, "keywords": [ "ducktype", "interface", "data", "validation", "type", "type checking" ], "dependencies": {}, "devDependencies": { "ava": "0.25.0" }, "babel": { "ignore": [ "test/*.test.js" ] }, "scripts": { "test": "ava test" }, "main": "./ducktype.js", "engines": { "node": "*" } }