forked from bjornd/jvectormap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "jvectormap",
"version": "3.0.2",
"description": "jQuery plugin for embedding vector maps with reach API and methods for data visualization to the web-pages.",
"main": "dist/jquery.jvectormap.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meshwara/jvectormap.git"
},
"author": "Kirill Lebedev <echo.bjornd@gmail.com>",
"license": "(AGPL OR Commercial)",
"bugs": {
"url": "https://github.com/meshwara/jvectormap/issues"
},
"homepage": "http://jvectormap.com",
"contributors": [
"D. Prameswara <meshwara@gmail.com>"
],
"scripts": {
"build": "./build.sh",
"prepublish": "npm run build"
},
"dependencies": {
"jquery": ">=1.5",
"jquery-mousewheel": "https://github.com/geeksoftteam/jquery-mousewheel.git"
},
"devDependencies": {
"uglify-js": "^3.0.0"
}
}