Browse Source

Added bower manifest

Herbert Vojčík 10 years ago
parent
commit
0d803775eb
2 changed files with 27 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 26 0
      bower.json

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+bower_components

+ 26 - 0
bower.json

@@ -0,0 +1,26 @@
+{
+  "name": "xontent",
+  "version": "0.0.1",
+  "homepage": "https://github.com/herby/xontent",
+  "authors": [
+    "Herbert Vojčík <herby@mailbox.sk>"
+  ],
+  "description": "HTML templates - capture children or siblings into a document fragment and get it back later.",
+  "main": "jquery.xontent.js",
+  "keywords": [
+    "template",
+    "content",
+    "siblings"
+  ],
+  "license": "MIT",
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "bower_components",
+    "test",
+    "tests"
+  ],
+  "dependencies": {
+    "jquery": ">=1.4.3"
+  }
+}