Socialify

Folder ..

Viewing bower.json
24 lines (24 loc) • 465.0 B

 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": "blaver",
  "main": "./build/build/blaver.js",
  "homepage": "https://github.com/luciferreeves/blaver.js",
  "authors": [
    "Kumar Priyansh <[email protected]>"
  ],
  "description": "Generate massive amounts of fake contextual data",
  "keywords": [
    "blaver",
    "faker", 
    "fake",
    "dummy", 
    "identity", 
    "test"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*", 
    "node_modules", 
    "bower_components", 
    "test"
  ]
}