Skip to content

Commit 19398ee

Browse files
committed
bower config
1 parent ba44b04 commit 19398ee

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.bowerrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"directory": "lib",
3+
"json": "bower.json"
4+
}

bower.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "jquery-xml2json",
3+
"version": "0.0.1",
4+
"main": "js/xml2json.js",
5+
"maintainers": [{
6+
"name": "Sergey Todyshev",
7+
"email": "[email protected]"
8+
}],
9+
"dependencies": {
10+
"jquery": "1.8"
11+
},
12+
"ignore": [
13+
"**/.*",
14+
"node_modules",
15+
"components"
16+
]
17+
}

0 commit comments

Comments
 (0)