UNPKG

mock-data

Version:

generate mock data (random string, number, date, ipv4, etc.)

38 lines (37 loc) 803 B
{ "name": "mock-data", "version": "1.5.5", "description": "generate mock data (random string, number, date, ipv4, etc.)", "main": "index.js", "scripts": { "test": "mocha --recursive tests" }, "repository": { "type": "git", "url": "https://github.com/xinghul/mock-data.git" }, "keywords": [ "mock", "random", "data", "string", "date", "integer", "ipv4", "boolean" ], "author": "Levi Lu <xinghu1989@gmail.com> (http://levi-lu.net/)", "license": "MIT", "bugs": { "url": "https://github.com/xinghul/mock-data/issues" }, "homepage": "https://github.com/xinghul/mock-data", "devDependencies": { "mocha": "^2.2.1", "should": "^5.2.0" }, "dependencies": { "moment": "^2.9.0", "readable-stream": "^1.0.33" } }