at path:
ROOT
/
sistema
/
vendors
/
jqvmap
/
package.json
run:
R
W
Run
create
DIR
2026-04-09 04:12:40
R
W
Run
dist
DIR
2026-04-09 04:12:40
R
W
Run
examples
DIR
2026-04-09 04:12:40
R
W
Run
grunt
DIR
2026-04-09 04:12:40
R
W
Run
src
DIR
2026-04-09 04:12:40
R
W
Run
.bower.json
832 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
CHANGELOG.md
2.89 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
CONTRIBUTING.md
4.81 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
LICENSE
1.79 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
README.md
13.88 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
REGIONS.md
6.82 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
bower.json
565 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
gruntfile.js
616 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
package.json
1 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
error_log
up
📄
package.json
Save
{ "name": "jqvmap", "version": "1.5.1", "homepage": "http://jqvmap.com", "author": { "name": "JQVMap", "email": "me@peterschmalfeldt.com", "url": "http://jqvmap.com" }, "license": "(MIT OR GPL-3.0)", "description": "jQuery Vector Map Library", "main": "dist/jquery.vmap.min.js", "keywords": [ "jquery", "map", "svg", "vml", "vector" ], "repository": { "type": "git", "url": "https://github.com/manifestinteractive/jqvmap.git" }, "dependencies": { "jquery": "~1.11.3" }, "scripts": { "test": "grunt test" }, "devDependencies": { "eslint": "^0.21.0", "grunt": "^0.4.5", "grunt-bump": "0.0.15", "grunt-changelog": "^0.2.2", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "*", "grunt-contrib-copy": "^0.5.0", "grunt-contrib-qunit": "^0.7.0", "grunt-contrib-uglify": "^0.10.0", "grunt-gulp": "^0.1.0", "grunt-shell": "^1.1.1", "gruntfile-gtx": "^0.3.0", "require-directory": "^2.0.0" } }