From 23658448b11fd804303df3dc1918cd6104bf2fc5 Mon Sep 17 00:00:00 2001 From: Emanuele Marchi Date: Sun, 13 Jul 2014 12:45:36 +0200 Subject: [PATCH] first attempt to add library to meteor atmosphere --- .gitignore | 1 + package.js | 3 +++ smart.json | 9 +++++++++ 3 files changed, 13 insertions(+) create mode 100644 package.js create mode 100644 smart.json diff --git a/.gitignore b/.gitignore index 85c2dfe4..e5a12a7d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ npm-debug.log test/spec _SpecRunner.html *.DS_Store +smart.lock diff --git a/package.js b/package.js new file mode 100644 index 00000000..de35ef21 --- /dev/null +++ b/package.js @@ -0,0 +1,3 @@ +Package.describe({ + summary: "Quick and easy way to build your product tours with Bootstrap Popovers." +}); diff --git a/smart.json b/smart.json new file mode 100644 index 00000000..2763dbc9 --- /dev/null +++ b/smart.json @@ -0,0 +1,9 @@ +{ + "name": "bootstrap-tour", + "description": "Quick and easy way to build your product tours with Bootstrap Popovers.", + "homepage": "http://bootstraptour.com", + "author": "Ulrich Sossou (http://ulrichsossou.com)", + "version": "0.9.3", + "git": "https://github.com/sorich87/bootstrap-tour.git", + "packages": {} +}