UNPKG

1.91 kBJSONView Raw
1{
2 "name": "chance",
3 "main": "./chance.js",
4 "version": "1.1.0",
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 "docpress": "0.7.1",
23 "eslint": "^6.3.0",
24 "git-update-ghpages": "1.3.0",
25 "gulp": "^4.0.0",
26 "gulp-ava": "^0.17.1",
27 "gulp-eslint": "^3.0.1",
28 "gulp-jshint": "^2.0.4",
29 "gulp-rename": "^1.2.2",
30 "gulp-sourcemaps": "^2.6.1",
31 "gulp-uglify": "^3.0.0",
32 "jshint-stylish": "^2.2.1",
33 "lodash": "^4.17.4",
34 "nyc": "^10.3.2",
35 "pump": "^1.0.2"
36 },
37 "scripts": {
38 "coverage": "nyc npm test && nyc report --reporter=text-lcov --report-dir=./coverage > ./coverage/lcov.info",
39 "docs": "docpress build",
40 "docs:publish": "git-update-ghpages -e",
41 "lint": "eslint --ignore-path .gitignore chance.js",
42 "test": "ava"
43 },
44 "keywords": [
45 "chance",
46 "random",
47 "generator",
48 "test",
49 "mersenne",
50 "name",
51 "address",
52 "dice"
53 ],
54 "jam": {
55 "main": "chance.js"
56 },
57 "github": "https://github.com/chancejs/chancejs",
58 "maintainers": [
59 {
60 "name": "Victor Quinn",
61 "email": "mail@victorquinn.com",
62 "web": "https://www.victorquinn.com"
63 }
64 ],
65 "spm": {
66 "main": "chance.js",
67 "ignore": [
68 "test"
69 ]
70 },
71 "docpress": {
72 "scripts": [
73 "chance.js",
74 "analytics.js",
75 "https://platform.twitter.com/widgets.js"
76 ],
77 "github": "chancejs/chancejs",
78 "css": [
79 "docs/chance.css"
80 ]
81 }
82}