first commit
This commit is contained in:
68
WebRoot/plugins/jvectormap/jvectormap-next/package.json
Normal file
68
WebRoot/plugins/jvectormap/jvectormap-next/package.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "jvectormap-next",
|
||||
"_id": "jvectormap-next@3.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-hwcNqzHsficC3o9SJl0v4Kj+o/U=",
|
||||
"_location": "/jvectormap-next",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "jvectormap-next",
|
||||
"name": "jvectormap-next",
|
||||
"escapedName": "jvectormap-next",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jvectormap-next/-/jvectormap-next-3.0.0.tgz",
|
||||
"_shasum": "87070dab31ec7e2702de8f52265d2fe0a8fea3f5",
|
||||
"_spec": "jvectormap-next",
|
||||
"_where": "D:\\Download\\jquery-china-map",
|
||||
"author": {
|
||||
"name": "Kirill Lebedev",
|
||||
"email": "echo.bjornd@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/bjornd/jvectormap/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Alexandre Paixao",
|
||||
"email": "alexandre.paixao@live.fr"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.5"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "jQuery plugin for embedding vector maps with reach API and methods for data visualization to the web-pages.",
|
||||
"devDependencies": {
|
||||
"uglifyjs": "^2.4.10"
|
||||
},
|
||||
"homepage": "http://jvectormap.com",
|
||||
"keywords": [
|
||||
"map",
|
||||
"vector",
|
||||
"world",
|
||||
"usa",
|
||||
"choropleth"
|
||||
],
|
||||
"license": "(AGPL OR Commercial)",
|
||||
"main": "jquery-jvectormap.min.js",
|
||||
"name": "jvectormap-next",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alex-pex/jvectormap.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./build.sh",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"version": "3.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user