UNPKG

arbitrary

Version:
45 lines (44 loc) 1.67 kB
{ "name": "arbitrary", "version": "1.4.10", "description": "Efficient Reversible Number Generator", "main": "docs/dist/index.js", "scripts": { "clean": "rm -rf lib; mkdir lib", "build": "npm run clean && ./node_modules/.bin/browserify -s arbitrary -t [ babelify ] src/index.js -o docs/dist/index.js -p mapstraction --debug", "watch": "npm run clean && ./node_modules/.bin/watchify -s arbitrary src/index.js -t [ babelify ] -o docs/dist/index.js -p mapstraction --debug", "clean-test": "rm -rf lib-tests; mkdir lib-tests", "build-test": "npm run clean-test && ./node_modules/.bin/browserify -t [ babelify ] tests/index.js -o lib-tests/index.js -p mapstraction --debug", "watch-test": "npm run clean-test && ./node_modules/.bin/watchify tests/index.js -t [ babelify ] -o lib-tests/index.js -p mapstraction --debug", "test": "./node_modules/.bin/mocha lib-tests", "prepublish": "npm run build && npm run build-test && npm test" }, "repository": { "type": "git", "url": "git://github.com/francoislaberge/arbitrary.git" }, "keywords": [ "lcg", "rlcg", "reversible", "linear congruent generator", "generative", "deterministic", "random number generator", "rng" ], "author": "Francois Laberge <francoislaberge@gmail.com>", "bugs": { "url": "https://github.com/francoislaberge/arbitrary/issues" }, "homepage": "https://github.com/francoislaberge/arbitrary", "devDependencies": { "babel-preset-es2015": "^6.9.0", "babelify": "^7.3.0", "browserify": "^13.0.1", "mapstraction": "^1.0.0", "mocha": "^2.3.4", "watchify": "^3.7.0" }, "license": "MIT" }