| { |
| "author": "Fedor Indutny <fedor@indutny.com>", |
| "browser": { |
| "crypto": false |
| }, |
| "bugs": { |
| "url": "https://github.com/indutny/brorand/issues" |
| }, |
| "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@github.com:indutny/brorand" |
| }, |
| "scripts": { |
| "test": "mocha --reporter=spec test/**/*-test.js" |
| }, |
| "version": "1.1.0" |
| } |