You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
429 B
22 lines
429 B
{
|
|
"name": "chance",
|
|
"version": "1.1.4",
|
|
"main": "chance.js",
|
|
"ignore": [
|
|
"node_modules"
|
|
],
|
|
"description": "Chance - Utility library to generate anything random",
|
|
"homepage": "http://chancejs.com",
|
|
"keywords": [
|
|
"chance",
|
|
"random",
|
|
"generator"
|
|
],
|
|
"author": {
|
|
"name": "Victor Quinn",
|
|
"web": "https://www.victorquinn.com"
|
|
},
|
|
"devDependencies": {
|
|
"phone_number_js": "~1.0.0"
|
|
}
|
|
}
|
|
|