UNPKG

breed

Version:

Breed is a Helper Module which makes working with types and typeof easy as easy as it should be

44 lines (43 loc) 990 B
{ "name": "breed", "description": "Breed is a Helper Module which makes working with types and typeof easy as easy as it should be", "version": "0.3.1", "homepage": "http://hereandnow.github.com/node-breed/", "author": { "name": "Bastian Behrens", "email": "hereandnow78@googlemail.com" }, "repository": { "type": "git", "url": "git://github.com/hereandnow/node-breed.git" }, "bugs": { "url": "https://github.com/hereandnow/node-breed/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/hereandnow/node-breed/blob/master/LICENSE-MIT" } ], "main": "lib/breed", "engines": { "node": ">= 0.6.0" }, "scripts": { "test": "grunt nodeunit" }, "devDependencies": { "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-watch": "~0.2.0", "grunt": "~0.4.0" }, "keywords": [ "breed", "type", "typeof", "typecheck", "check" ] }