azure-maps-animations
Version:
A module for the Azure Maps Web SDK that provides tools for animating data on the map.
52 lines (51 loc) • 1.38 kB
JSON
{
"name": "azure-maps-animations",
"version": "0.0.1",
"description": "A module for the Azure Maps Web SDK that provides tools for animating data on the map.",
"keywords": [
"azure",
"maps",
"animations",
"animate",
"lbs",
"microsoft"
],
"bugs": {
"url": "https://github.com/gokul-a-krishnan/azure-maps-animations/pulls"
},
"homepage": "https://github.com/gokul-a-krishnan/azure-maps-animations#readme",
"scripts": {
"build": "node ./build/build.js",
"prepublish": "npm run build"
},
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-maps-control": "^2.0.25"
},
"devDependencies": {
"@types/lodash": "^4.14.136",
"@types/mocha": "^5.2.6",
"@types/puppeteer": "^1.20.4",
"fs-extra": "^7.0.1",
"lodash": "^4.17.15",
"mocha": "^7.1.1",
"mocha-parallel-tests": "^2.3.0",
"puppeteer": "^2.1.1",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"tslint": "^5.15.0",
"typescript": "^3.8.3",
"yargs": "^13.3.2",
"flubber": "^0.4.2"
},
"files": [
"typings/**/*",
"dist/**/*",
"license.md"
],
"types": "typings/index.d.ts",
"main": "dist/azure-maps-animations.min.js"
}