From 9489caaff8462fa9c56dc6bb4b282c79bfca7fb3 Mon Sep 17 00:00:00 2001 From: Finn-Lennart Heemeyer Date: Tue, 18 Nov 2014 14:35:22 +0100 Subject: [PATCH] version 0.1.0 --- .gitignore | 1 + bower.json | 32 ++++++++++++++++++++++++++++++++ test/index.html | 11 +++++------ 3 files changed, 38 insertions(+), 6 deletions(-) create mode 100644 bower.json diff --git a/.gitignore b/.gitignore index fd5106f..73637fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_STORE +bower_components/ diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..9c2bfdd --- /dev/null +++ b/bower.json @@ -0,0 +1,32 @@ +{ + "name": "ICanHaz.load", + "main": "ICanHaz.load.js", + "version": "0.1.0", + "homepage": "https://github.com/tonekk/ICanHaz.load", + "description": "Little extension for loading views with ICanHaz.js. Requires jQuery", + "moduleType": [ + "globals" + ], + "keywords": [ + "mustache", + "icanhazjs" + ], + "authors": [ + "tonekk" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "icanhazjs": "~0.10.3", + "jquery": "~2.1.1" + }, + "devDependencies": { + "jasmine": "~1.3.1" + } +} diff --git a/test/index.html b/test/index.html index 47dc4ba..e44e2dd 100644 --- a/test/index.html +++ b/test/index.html @@ -2,17 +2,16 @@ - - - + + + - - + +