aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDayton Nolan <[email protected]>2014-04-29 13:46:45 -0500
committerMarak <[email protected]>2014-09-08 22:22:25 +0200
commit246c475d380406e41945ddccbb32f35467bdf68e (patch)
tree6c0b35485f06f694c7b212efd81291275c3b3f1c
parent31204712a7c803f3eb31b654d66935d456ba9752 (diff)
downloadfaker-246c475d380406e41945ddccbb32f35467bdf68e.tar.xz
faker-246c475d380406e41945ddccbb32f35467bdf68e.zip
Create bower package file
-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"
+ ]
+}