@here/harp-mapview
Version:
Functionality needed to render a map.
73 lines (72 loc) • 2.13 kB
JSON
{
"name": "@here/harp-mapview",
"version": "0.28.0",
"description": "Functionality needed to render a map.",
"keywords": [
"map",
"map-renderer",
"vector-tiles",
"geojson",
"typescript",
"webgl",
"harpgl"
],
"main": "index.js",
"typings": "index",
"directories": {
"test": "test"
},
"scripts": {
"build": "tsc --build $EXTRA_TSC_ARGS",
"test": "cross-env mocha --require source-map-support/register $EXTRA_MOCHA_ARGS ./test/*.js",
"prepare": "cross-env tsc --build $EXTRA_TSC_ARGS"
},
"repository": {
"type": "git",
"url": "https://github.com/heremaps/harp.gl.git",
"directory": "@here/harp-mapview"
},
"author": {
"name": "HERE Europe B.V.",
"url": "https://here.com"
},
"license": "Apache-2.0",
"dependencies": {
"@here/harp-datasource-protocol": "^0.28.0",
"@here/harp-fetch": "^0.28.0",
"@here/harp-geometry": "^0.28.0",
"@here/harp-geoutils": "^0.28.0",
"@here/harp-lines": "^0.28.0",
"@here/harp-lrucache": "^0.28.0",
"@here/harp-materials": "^0.28.0",
"@here/harp-text-canvas": "^0.28.0",
"@here/harp-transfer-manager": "^0.28.0",
"@here/harp-utils": "^0.28.0",
"rbush": "^3.0.1"
},
"devDependencies": {
"@here/harp-test-utils": "^0.28.0",
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.2",
"@types/mocha": "^8.2.0",
"@types/node": "^14.0.5",
"@types/sinon": "^9.0.10",
"@types/three": "^0.129.0",
"chai": "^4.0.2",
"chai-as-promised": "^7.1.1",
"copyfiles": "^2.2.0",
"cross-env": "^7.0.2",
"mocha": "^8.2.1",
"sinon": "^9.2.2",
"source-map-support": "^0.5.19",
"three": "^0.129.0",
"typescript": "^4.1.2"
},
"peerDependencies": {
"three": "^0.129.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "e55351c399672d382cdaefdd8a3c20cce29c024b"
}