From 313b22f2de2f6c20f36a93cce14721311fd9a77d Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Thu, 7 Aug 2014 21:30:43 -0700 Subject: [PATCH] the bowers --- bower.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..3c4b0c45 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "sheetsee", + "version": "1.0.0", + "main": ["js/sheetsee.js", "css/sss.css"], + "ignore": [ + "contributing.md", + "docs", + "demos", + "img", + "site", + + ], + "homepage": "http://jlord.github.io/sheetsee.js", + "description": "Sheetsee.js is a library for easily creating tables, charts and maps from spreadsheet data.", + "keywords": [ + "spreadsheet", + "tables", + "maps" + ], + "dependencies": { + "jquery": ">= 1.9.0", + "tabletop": ">= 1.3.5", + } +}