Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02:00

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"
}