Skip to content

Commit

Permalink
Merge pull request #175 from zhuangya/add_bower_json
Browse files Browse the repository at this point in the history
feat(app): add bower.json with jquery dependencies
  • Loading branch information
manifestinteractive committed Nov 17, 2015
2 parents 7dcc470 + 484b308 commit a791787
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 a791787

Please sign in to comment.