{
    "name": "upcast",
    "version": "1.0.4",

    "description": "Upcast is a low-level JavaScript type checking and casting library",
    "keywords": [ "cast", "check", "type", "types" ],
    "author": "Rowan Manning (http://rowanmanning.co.uk/)",
    "license": "MIT",

    "homepage": "https://github.com/rowanmanning/upcast",
    "bugs": "https://github.com/rowanmanning/upcast/issues",

    "main": "lib/upcast.js"
}