UNPKG

1.37 kBJSONView Raw
1{
2 "name": "chance",
3 "main": "./chance.js",
4 "version": "1.0.5",
5 "description": "Chance - Utility library to generate anything random",
6 "homepage": "http://chancejs.com",
7 "author": "Victor Quinn <mail@victorquinn.com>",
8 "bugs": {
9 "url": "https://github.com/chancejs/chancejs/issues"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/chancejs/chancejs.git"
14 },
15 "license": "MIT",
16 "devDependencies": {
17 "coveralls": "^2.11.2",
18 "grunt": "0.4.5",
19 "grunt-contrib-jshint": "^0.11.0",
20 "grunt-contrib-uglify": "^0.9.2",
21 "grunt-contrib-watch": "0.6.1",
22 "grunt-js-test": "git://github.com/victorquinn/grunt-js-test#ffc580375f0ff7b496026ab87b4a9666992d2f33",
23 "grunt-shell": "^1.1.2",
24 "istanbul": "^0.3.13",
25 "line-by-line": "^0.1.3",
26 "minimatch": "^2.0.4",
27 "mocha-lcov-reporter": "0.0.2",
28 "underscore": "^1.8.3"
29 },
30 "scripts": {
31 "test": "grunt test-ci"
32 },
33 "keywords": [
34 "chance",
35 "random",
36 "generator",
37 "test",
38 "mersenne",
39 "name",
40 "address",
41 "dice"
42 ],
43 "jam": {
44 "main": "chance.js"
45 },
46 "github": "https://github.com/chancejs/chancejs",
47 "maintainers": [{
48 "name": "Victor Quinn",
49 "email": "mail@victorquinn.com",
50 "web": "http://victorquinn.com"
51 }],
52 "spm": {
53 "main": "chance.js",
54 "ignore": [
55 "test"
56 ]
57 }
58}