world-map-vue
Version:
A Vue JS component for displaying a world map with colored countries and overlay information. Forked from Ghrehh and Mrityunjay Saxena.
56 lines (55 loc) • 1.53 kB
JSON
{
"name": "world-map-vue",
"version": "0.2.1",
"description": "A Vue JS component for displaying a world map with colored countries and overlay information. Forked from Ghrehh and Mrityunjay Saxena.",
"main": "src/App.vue",
"scripts": {
"test": "jest --config jest.conf.js",
"test:watch": "npm run test -- --watch",
"lint": "eslint --ext .js,.vue src test",
"upgrade-deps": "./node_modules/.bin/ncu -u --packageFile package.json"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"chroma-js": "^2.1.0",
"vue": "^2.6.11"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.4.0",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"jest": "^25.4.0",
"npm-check-updates": "^4.1.2",
"vue-jest": "^3.0.5",
"vue-loader": "^15.9.1"
},
"author": "Fran Grau",
"license": "MIT",
"keywords": [
"vue",
"world map",
"colors",
"individual",
"independent",
"map",
"hover",
"click",
"overlay"
]
}