Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Commit

Permalink
Added bower integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Vittorio Vittori committed Apr 9, 2015
1 parent 942844a commit 3232374
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "includejs",
"version": "1.2.1",
"homepage": "https://github.com/vitto/includejs",
"authors": [
"Vittorio Vittori <[email protected]>"
],
"description": "Loads HTML partials with handlebars",
"main": "include.js",
"keywords": [
"css",
"sass",
"front-end",
"framework",
"frontsize"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}
9 changes: 9 additions & 0 deletions include.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name" : "includejs",
"version" : "1.2.1",
"description" : "Loads HTML partials with handlebars",
"authors" : [
{
"name" : "Vittorio Vittori",
"email" : "[email protected]"
}
],
"license" : "MIT",
"homepage" : "http://vit.to",
"keywords" : [
"include",
"inject",
"templating",
"template"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/vitto/includejs.git"
},
"main" : "compile.scss",
"devDependencies" : {},
"engines" : {
"node" : ">=0.8.0"
},
"bugs" : {
"url" : "https://github.com/vitto/includejs/issues"
}
}

0 comments on commit 3232374

Please sign in to comment.