UNPKG

1.39 kBJSONView Raw
1{
2 "name": "chance",
3 "main": "./chance.js",
4 "version": "1.0.16",
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 "ava": "^0.19.1",
18 "babel-eslint": "^7.2.3",
19 "chai": "^3.5.0",
20 "coveralls": "^2.11.2",
21 "dirty-chai": "^1.2.2",
22 "gulp": "^3.9.1",
23 "gulp-ava": "^0.17.1",
24 "gulp-eslint": "^3.0.1",
25 "gulp-jshint": "^2.0.4",
26 "gulp-rename": "^1.2.2",
27 "gulp-sourcemaps": "^2.6.1",
28 "gulp-uglify": "^3.0.0",
29 "jshint-stylish": "^2.2.1",
30 "lodash": "^4.17.4",
31 "nyc": "^10.3.2",
32 "pump": "^1.0.2"
33 },
34 "scripts": {
35 "test": "gulp travis"
36 },
37 "keywords": [
38 "chance",
39 "random",
40 "generator",
41 "test",
42 "mersenne",
43 "name",
44 "address",
45 "dice"
46 ],
47 "jam": {
48 "main": "chance.js"
49 },
50 "github": "https://github.com/chancejs/chancejs",
51 "maintainers": [
52 {
53 "name": "Victor Quinn",
54 "email": "mail@victorquinn.com",
55 "web": "https://www.victorquinn.com"
56 }
57 ],
58 "spm": {
59 "main": "chance.js",
60 "ignore": [
61 "test"
62 ]
63 },
64 "dependencies": {}
65}