mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added package.json file
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "jquery-mapael",
|
||||
"version": "1.0.0",
|
||||
"description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.",
|
||||
"homepage": "http://www.vincentbroute.fr/mapael/",
|
||||
"main": "./js/jquery.mapael.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/neveldo/jQuery-Mapael.git"
|
||||
},
|
||||
"author": "Vincent Brouté <contact@vincentbroute.fr> (http://www.vincentbroute.fr/)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/neveldo/jQuery-Mapael/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"jquery",
|
||||
"map",
|
||||
"vector",
|
||||
"svg",
|
||||
"dataviz",
|
||||
"dynamic",
|
||||
"jquery-plugin",
|
||||
"browser"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user