From f4dd1e556fc5e8c232ed9ac1d5b3c2ed1a17696c Mon Sep 17 00:00:00 2001 From: Mathias Nater Date: Fri, 17 Oct 2014 07:10:07 +0000 Subject: [PATCH] added bower.json --- bower.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..9cb3851 --- /dev/null +++ b/bower.json @@ -0,0 +1,17 @@ +{ + "name": "Hyphenator", + "version": "4.2.0", + "description": "Hyphenation done by JavaScript", + "main": "Hyphenator.js", + "keywords": [ + "hyphenation", + "language", + "javascript" + ], + "authors": [ + "Mathias Nater" + ], + "license": "LGPL v3", + "homepage": "https://code.google.com/p/hyphenator/", + "private": true +}