-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@azure-maps/gridded-data-source",
"version": "0.0.4",
"description": "A module for the Azure Maps Web SDK that provides a data source that clusters data points into cells of a grid area.",
"keywords": [
"azure",
"maps",
"services",
"lbs",
"microsoft"
],
"bugs": {
"url": "https://github.com/Azure-Samples/azure-maps-gridded-data-source/issues"
},
"homepage": "https://github.com/Azure-Samples/azure-maps-gridded-data-source#readme",
"scripts": {
"build": "node ./build/build.js"
},
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-maps-control": "^2.0.25 || ^3.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.136",
"@types/mocha": "^5.2.6",
"@types/puppeteer": "^1.20.4",
"@types/geojson": "^7946.0.14",
"fs-extra": "^7.0.1",
"lodash": "^4.17.21",
"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": "^5.5.4",
"yargs": "^13.3.2"
},
"files": [
"typings/**/*",
"dist/**/*",
"LICENSE.md"
],
"types": "typings/index.d.ts",
"main": "dist/azure-maps-gridded-data-source.min.js"
}