From b67d8a4956b866085ab071abd224aba9bf908938 Mon Sep 17 00:00:00 2001 From: Jacob Kelley Date: Mon, 1 Aug 2016 10:55:08 -0700 Subject: [PATCH] Bower --- bower.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..ea43d539 --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "postmate", + "homepage": "https://github.com/dollarshaveclub/postmate", + "authors": [ + "Jacob Kelley " + ], + "description": "A powerful, simple, promise-based postMessage library", + "main": "build/postmate.min.js", + "keywords": [ + "postMessage", + "secure", + "handshake", + "promise" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}