UNPKG

1.05 kBJSONView Raw
1{
2 "name": "chance",
3 "main": "./chance.js",
4 "version": "0.6.1",
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/victorquinn/chancejs/issues"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/victorquinn/chancejs.git"
14 },
15 "licenses": [
16 {
17 "type": "MIT",
18 "url": "http://chancejs.com/license/"
19 }
20 ],
21 "devDependencies": {
22 "grunt": "0.4.5",
23 "grunt-contrib-jshint": "0.10.0",
24 "grunt-mocha-phantomjs": "0.5.0",
25 "grunt-contrib-uglify": "0.5.0",
26 "grunt-contrib-watch": "0.6.1",
27 "grunt-shell": "0.7.0",
28 "mocha-phantomjs": "3.5.0",
29 "uglify-js": "1.2.6",
30 "grunt-bump": "0.0.11"
31 },
32 "scripts": {
33 "test": "./node_modules/mocha-phantomjs/bin/mocha-phantomjs test/runner.html"
34 },
35 "keywords": [
36 "chance",
37 "random",
38 "generator",
39 "test",
40 "mersenne",
41 "name",
42 "address",
43 "dice"
44 ]
45}