Files

33 lines
691 B
JSON

{
"name": "seedrandom",
"npmName": "seedrandom",
"npmFileMap": [
{
"basePath": "/",
"files": [
"seedrandom.js",
"seedrandom.min.js"
]
}
],
"version": "2.3.10",
"filename": "seedrandom.min.js",
"keywords": [
"random number",
"seed"
],
"description": "Seeded random number generator for Javascript.",
"main": "seedrandom.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/davidbau/seedrandom.git"
},
"author": "David Bau",
"license": "BSD",
"bugs": "https://github.com/davidbau/seedrandom/issues",
"homepage": "https://github.com/davidbau/seedrandom"
}