{ "name": "python-community-map", "version": "1.0.0", "description": "Python Communities Around the World", "main": "index.html", "scripts": { "test": "npx mocha" }, "repository": { "type": "git", "url": "git+https://github.com/jonatasbaldin/python-community-map.git" }, "keywords": [ "python", "map", "community" ], "author": "Jonatas Baldin", "license": "MIT", "bugs": { "url": "https://github.com/jonatasbaldin/python-community-map/issues" }, "homepage": "https://github.com/jonatasbaldin/python-community-map#readme", "devDependencies": { "chai": "^4.2.0", "js-yaml": "^3.12.0", "mocha": "^5.2.0" } }