UNPKG

521 BJSONView Raw
1{
2 "name": "chance",
3 "version": "0.6.2",
4 "main": "chance.js",
5 "ignore": [
6 "node_modules"
7 ],
8 "description": "Chance - Utility library to generate anything random",
9 "homepage": "http://chancejs.com",
10 "keywords": [
11 "chance",
12 "random",
13 "generator"
14 ],
15 "author": {
16 "name": "Victor Quinn",
17 "web": "http://victorquinn.com"
18 },
19 "devDependencies": {
20 "mocha": "1.18.0",
21 "chai": "~1.9.0",
22 "requirejs": "~2.1.11",
23 "lodash": "~2.4.1",
24 "phone_number_js": "~1.0.0"
25 }
26}