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