UNPKG

random-world

Version:

Nodejs. module to generate random collections of data.

37 lines (36 loc) 832 B
{ "name": "random-world", "version": "1.2.1", "description": "Nodejs. module to generate random collections of data.", "main": "index.js", "scripts": { "test": "grunt" }, "repository": { "type": "git", "url": "https://github.com/drb/random-world.git" }, "keywords": [ "npm", "random", "random-data" ], "author": "Dave Bullough <dave.bullough@gmail.com> (http://pacosystems.com/)", "license": "MIT", "bugs": { "url": "https://github.com/drb/random-world/issues" }, "homepage": "https://github.com/drb/random-world", "devDependencies": { "chai": "^3.0.0", "grunt": "^0.4.5", "grunt-simple-mocha": "^0.4.0", "mocha": "^2.2.5" }, "dependencies": { "moment": "^2.11.2", "seedrandom": "^2.4.2", "underscore": "^1.8.3", "uuid": "^3.0.1" } }