UNPKG

google-maps-drawing-tools

Version:
47 lines (46 loc) 1.31 kB
{ "name": "google-maps-drawing-tools", "version": "1.0.0", "description": "Unified drawing tools for Google Maps", "main": "dist/commonjs/src/index.js", "module": "dist/modules/src/index.js", "types": "dist/types/src/index.d.ts", "repository": "https://github.com/knownasilya/google-maps-drawing-tools", "keywords": [ "google-maps", "drawing", "markup", "polygon", "circle", "line", "geojson" ], "scripts": { "release": "standard-version", "docs": "typedoc --ignoreCompilerErrors --out docs/ ./src && touch docs/.nojekyll", "problems": "node ./scripts/problems.js", "prerelease": "npm run test && npm run docs && git add docs/ && git commit -m 'docs: build docs'", "prepack": "ember build -prod", "build": "ember build -prod", "build-tests": "ember build", "pretest": "npm run problems", "test": "ember test", "tdd": "ember test --server" }, "license": "MIT", "devDependencies": { "@types/googlemaps": "^3.39.4", "@types/qunit": "^2.0.31", "ember-cli": "^2.18.2", "libkit": "^0.5.18", "qunitjs": "^2.4.0", "shelljs": "^0.7.8", "standard-version": "^4.3.0", "tslint": "^5.7.0", "typedoc": "^0.10.0", "typescript": "^2.4.2" }, "dependencies": { "ts-std": "^0.6.2" } }