aboutsummaryrefslogtreecommitdiff
path: root/node_modules/brorand/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/brorand/package.json')
-rw-r--r--node_modules/brorand/package.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/node_modules/brorand/package.json b/node_modules/brorand/package.json
new file mode 100644
index 000000000..f213c9d8f
--- /dev/null
+++ b/node_modules/brorand/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "brorand",
+ "version": "1.1.0",
+ "description": "Random number generator for browsers and node.js",
+ "main": "index.js",
+ "scripts": {
+ "test": "mocha --reporter=spec test/**/*-test.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git@github.com:indutny/brorand"
+ },
+ "keywords": [
+ "Random",
+ "RNG",
+ "browser",
+ "crypto"
+ ],
+ "author": "Fedor Indutny <fedor@indutny.com>",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/indutny/brorand/issues"
+ },
+ "homepage": "https://github.com/indutny/brorand",
+ "devDependencies": {
+ "mocha": "^2.0.1"
+ },
+ "browser": {
+ "crypto": false
+ }
+}