1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{ "name": "faker", "main": "./build/build/faker.js", "homepage": "https://github.com/Marak/faker.js", "authors": [ "Marak Squires <[email protected]>", "Matthew Bergman <[email protected]>" ], "description": "Generate massive amounts of fake contextual data", "keywords": [ "faker", "fake", "dummy", "identity", "test" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test" ] }