aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bower.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 00000000..8b6fb411
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,25 @@
+{
+ "name": "Faker.js",
+ "main": "Faker.js",
+ "version": "0.7.0",
+ "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"
+ ]
+}