UNPKG

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