| { |
| "author": { |
| "email": "fedor@indutny.com", |
| "name": "Fedor Indutny" |
| }, |
| "browser": { |
| "crypto": false |
| }, |
| "bugs": { |
| "url": "https://github.com/indutny/brorand/issues" |
| }, |
| "bundleDependencies": false, |
| "deprecated": false, |
| "description": "Random number generator for browsers and node.js", |
| "devDependencies": { |
| "mocha": "^2.0.1" |
| }, |
| "homepage": "https://github.com/indutny/brorand", |
| "keywords": [ |
| "Random", |
| "RNG", |
| "browser", |
| "crypto" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "brorand", |
| "repository": { |
| "type": "git", |
| "url": "git+ssh://git@github.com/indutny/brorand.git" |
| }, |
| "scripts": { |
| "test": "mocha --reporter=spec test/**/*-test.js" |
| }, |
| "version": "1.1.0" |
| } |