{
    "author": "Stein Fletcher",
    "bugs": {
        "url": "https://github.com/r3mus/lodash-uuid/issues"
    },
    "contributors": [{
        "name": "Brandon Shelley",
        "email": "i.am@r3m.us"
    }],
    "dependencies": {
        "lodash": ""
    },
    "description": "A uuid validation and generation mixin for lodash.",
    "devDependencies": {
        "tape": "^2.14.0"
    },
    "license": "ISC",
    "main": "index.js",
    "name": "lodash-uuid",
    "repository": {
        "type": "git",
        "url": "https://github.com/r3mus/lodash-uuid/issues"
    },
    "scripts": {
        "test": "node_modules/tape/bin/tape test/**/*.js"
    },
    "version": "0.0.3"
}