Skip to content

Commit

Permalink
feat(app): add bower.json with jquery dependencies
Browse files Browse the repository at this point in the history
fix #105
  • Loading branch information
zhuangya committed Nov 17, 2015
1 parent 7dcc470 commit 484b308
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "jqvmap",
"version": "1.0.0",
"homepage": "http://jqvmap.com/",
"authors": [
"Manifest Interactive <[email protected]>"
],
"dependencies": {
"jquery": "~1.10.2"
},
"description": "jQuery Vector Map Library",
"main": "jqvmap/jquery.vmap.packed.js",
"keywords": [
"jquery",
"map",
"svg",
"vml",
"vector"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/components",
"test",
"tests"
]
}

0 comments on commit 484b308

Please sign in to comment.