15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"name": "seed-random",
|
|
"version": "2.2.0",
|
|
"description": "Generate random numbers with a seed, useful for reproducible tests",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ForbesLindesay/seed-random.git"
|
|
},
|
|
"author": "ForbesLindesay",
|
|
"license": "MIT"
|
|
} |