More progress :D
This commit is contained in:
30
javascripts/connections.jquery.json
Normal file
30
javascripts/connections.jquery.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "connections",
|
||||
"title": "jQuery Connections",
|
||||
"version": "1.0.0",
|
||||
"description": "Add stylable lines connecting page elements. Handy for visualizing relations and graph edges.",
|
||||
"keywords": [
|
||||
"border",
|
||||
"connect",
|
||||
"edge",
|
||||
"graph",
|
||||
"line",
|
||||
"style"
|
||||
],
|
||||
"author": {
|
||||
"name": "Diamond/Musclesoft Crew"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://musclesoft.github.com/jquery-connections/LICENSE.txt"
|
||||
}
|
||||
],
|
||||
"bugs": "https://github.com/musclesoft/jquery-connections/issues",
|
||||
"demo": "http://musclesoft.github.com/jquery-connections/",
|
||||
"docs": "https://github.com/musclesoft/jquery-connections/wiki",
|
||||
"homepage": "https://github.com/musclesoft/jquery-connections",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user