blob: 3939d60dd8d0e272b310a082bc83c2c9ba673b8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "chance",
"version": "1.1.7",
"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"
}
}
|