mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
33 lines
691 B
JSON
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"
|
|
}
|