UNPKG

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