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