mercator-proj
Version:
[](https://travis-ci.com/sakitam-gis/mercator-proj) [ • 2.35 kB
JSON
{
"name": "mercator-proj",
"version": "0.0.7",
"author": "sakitam-fdd <smilefdd@gmail.com>",
"homepage": "https://github.com/sakitam-gis/mercator-proj",
"publishConfig": {
"access": "public"
},
"main": "dist/mercator-proj.js",
"module": "dist/mercator-proj.esm.js",
"unpkg": "dist/mercator-proj.js",
"commonjs": "dist/mercator-proj.cjs.js",
"typings": "dist/types/src/index.d.ts",
"namespace": "mercatorProj",
"scripts": {
"tsc": "tsc --project tsconfig.json --declaration --declarationDir dist/types",
"dev": "cross-env NODE_ENV=development yarn bili --watch --env.NODE_ENV development",
"build": "cross-env NODE_ENV=production yarn bili --env.NODE_ENV production",
"docs": "typedoc src/index.ts --out docs/api --theme minimal --mode file --exclude \"src/*.glsl\"",
"test": "jest --watchAll=false --no-watch"
},
"keywords": [
"glsl",
"webgl",
"mercator",
"webgis",
"luma.gl",
"mapbox-gl"
],
"repository": {
"type": "git",
"url": "git@github.com:sakitam-gis/mercator-proj.git"
},
"bugs": {
"url": "https://github.com/sakitam-gis/mercator-proj/issues"
},
"dependencies": {
"gl-matrix": "^3.3.0",
"@math.gl/core": "^3.4.2",
"@math.gl/web-mercator": "^3.4.2"
},
"devDependencies": {
"bili": "^5.0.5",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@types/fs-extra": "^9.0.5",
"cross-env": "^6.0.3",
"prettier": "^1.19.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"eslint": "^7.3.1",
"eslint-config-alloy": "^3.8.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "2.20.2",
"fs-extra": "^9.0.1",
"jest": "^26.0.1",
"jest-config": "^26.4.2",
"reflect-metadata": "^0.1.13",
"rollup-plugin-glslify": "^1.2.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-analyzer": "^3.2.3",
"ts-jest": "^26.2.0",
"ts-loader": "^8.0.2",
"ts-node": "^9.0.0",
"tslib": "^2.0.1",
"typedoc": "^0.19.2",
"typescript": "4.0.2"
},
"license": "MIT"
}