UNPKG

randomval

Version:
47 lines (46 loc) 1.05 kB
{ "name": "randomval", "version": "2.0.5", "description": "Generate random values.", "main": "lib", "browser": "shim/browser", "scripts": { "test": "./ci/test.js", "prepublish": "./ci/build.js && ./ci/browser.js" }, "repository": "okunishinishi/node-randomval", "keywords": [ "random", "generator" ], "author": { "name": "Taka Okunishi", "url": "http://okunishitaka.com" }, "license": "MIT", "bugs": { "url": "https://github.com/okunishinishi/node-randomval/issues" }, "homepage": "https://github.com/okunishinishi/node-randomval#readme", "dependencies": { "argx": "^3.0.0", "uuid": "^2.0.2" }, "devDependencies": { "ababel": "^1.0.25", "ababel-es2015": "^1.0.5", "amocha": "^1.0.10", "ape-releasing": "^4.0.4", "ape-reporting": "^3.0.2", "ape-tasking": "^4.0.8", "ape-tmpl": "^5.0.15", "ape-updating": "^4.0.5", "coz": "^6.0.16", "filedel": "^2.0.3", "injectmock": "^2.0.0" }, "engines": { "node": ">=6", "npm": ">=3" } }