Skip to content
This repository was archived by the owner on Feb 10, 2020. It is now read-only.

Commit 9a38195

Browse files
committed
Add bower.json file
1 parent a02e8ed commit 9a38195

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

bower.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "handlebars-loader",
3+
"main": "HandlebarsLoader.js",
4+
"version": "0.2.0",
5+
"homepage": "https://github.com/cbourgois/HandlebarsLoader",
6+
"authors": [
7+
"Cyrille Bourgois <[email protected]> (http://cyrillebourgois.fr)"
8+
],
9+
"description": "Handlebars templates and partials loader",
10+
"dependencies" : {
11+
"underscore" : ">=1.6.0",
12+
"handlebars" : ">=1.0.0",
13+
"jquery" : ">=1.0"
14+
},
15+
"moduleType": [
16+
"amd",
17+
"globals",
18+
"node"
19+
],
20+
"keywords": [
21+
"handlebars",
22+
"loader"
23+
],
24+
"license": "MIT",
25+
"ignore": [
26+
"**/.*",
27+
"node_modules",
28+
"bower_components",
29+
"test",
30+
"tests"
31+
]
32+
}

0 commit comments

Comments
 (0)