{
    "name": "unsullied",
    "version": "1.0.0",
    "description": "Random unsullied name -and color- generator.",
    "author": {
        "name": "Stefan Aichholzer",
        "email": "play@analogbird.com",
        "url": "https://github.com/aichholzer"
    },
    "contributors": [],
    "maintainers": [],
    "keywords": [
        "random",
        "names",
        "usernames",
        "strings",
        "unsullied",
        "game of thrones",
        "soldiers",
        "warriors"
    ],
    "homepage": "https://github.com/aichholzer/unsullied",
    "repository": {
        "type": "git",
        "url": "git@github.com:aichholzer/unsullied.git"
    },
    "license": "MIT",
    "engines": {
        "node": ">=7.10"
    },
    "dependencies": {},
    "devDependencies": {
        "jscs": "^3.0.7",
        "minimist": "^1.2.0",
        "mocha": "^3.0.2",
        "should": "^11.1.0"
    },
    "main": "./lib/index.js",
    "bin": "./lib/cli.js",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "./node_modules/mocha/bin/mocha -R progress -t 5000"
    },
    "bugs": {
        "url": "https://github.com/aichholzer/unsullied/issues"
    },
    "_from": "unsullied@^0.0.0",
    "_npmUser": {
        "name": "aichholzer",
        "email": "theaichholzer@gmail.com"
    }
}