js-google-map
Version:
An NPM package that exports google maps API functionalities
41 lines (40 loc) • 906 B
JSON
{
"name": "js-google-map",
"version": "1.0.4",
"description": "An NPM package that exports google maps API functionalities",
"main": "build/index.js",
"scripts": {
"build": "npm run lint && babel ./src -d ./lib",
"lint": "eslint ./src",
"test": "nyc mocha --require babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marwaRaboudi/map.git"
},
"keywords": [
"npm",
"node",
"google maps api",
"javascript"
],
"author": "Marwa Raboudi",
"license": "MIT",
"bugs": {
"url": "https://github.com/marwaRaboudi/map/issues"
},
"homepage": "https://github.com/marwaRaboudi/map#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.15.3",
"mocha": "^6.0.2",
"nyc": "^13.3.0"
},
"nyc": {
"reporter": [
"lcov",
"text"
]
}
}