{
    "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/)",

    "repository": {
        "type": "git",
        "url": "https://github.com/rowanmanning/upcast.git"
    },
    "homepage": "https://github.com/rowanmanning/upcast",
    "bugs": "https://github.com/rowanmanning/upcast/issues",

    "engines": {
        "node": ">=0.6.0"
    },
    "devDependencies": {
        "jshint": "~2.4",
        "mocha": "~1.17",
        "mocha-srv": "~0.1",
        "proclaim": "~2.0",
        "sinon": "~1.8"
    },

    "main": "./lib/upcast.js",
    "scripts": {
        "test": "make test"
    }
}