{
    "name":"prng-parkmiller-js",
    "description":"Park-Miller-Carta pseudo-random number generator library",
    "keywords":[ "random", "number", "generator", "park-miller", "prng" ],
    "homepage": "https://github.com/odogono/prng-parkmiller-js/",
    "version":"0.1.1",
    "author": "Alexander Veenendaal <alex@opendoorgonorth.com> (http://github.com/odogono/)",
    "contributors": [
        "Alexander Veenendaal <alex@opendoorgonorth.com> (http://github.com/odogono/)",
        "Michael Baczynski <michael@polygonal.de> (http://github.com/polygonal/) "
    ],

    "bugs": {
        "mail": "alex@opendoorgonorth.com",
        "url": "https://github.com/odogono/prng-parkmiller-js/issues"
    },

    "directories": {
        "example":"./examples",
        "test": "./test"
    },

    "licenses": [
        {
            "type": "MIT",
            "url": "https://raw.github.com/odogono/prng-parkmiller-js/master/LICENSE"
        }
    ],

    "main": "pm_prng.js",
    
    "repository": {
        "type": "git",
        "url": "https://github.com:odogono/prng-parkmiller-js.git"
    },

    "devDependencies":{
        "mocha":">= 1.0.2"
    },
    "scripts": {
        "test": "node_modules/.bin/mocha test/test.pm_prng.js"
    }
}