-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 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
50
51
52
53
54
55
56
57
{
"name": "azure-maps-selection-control",
"version": "0.0.3",
"description": "An Azure Maps Web SDK module that provides controls for selecting data in a data source using drawing tools or by requesting a route range polygon.",
"keywords": [
"azure",
"maps",
"animations",
"animate",
"lbs",
"microsoft"
],
"bugs": {
"url": "https://github.com/Azure-Samples/azure-maps-selection-control/issues"
},
"homepage": "https://github.com/Azure-Samples/azure-maps-selection-control#readme",
"scripts": {
"build": "node ./build/build.js"
},
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"@turf/boolean-contains": "^6.0.1",
"@turf/boolean-crosses": "^6.0.1",
"@turf/boolean-overlap": "^6.0.1",
"@turf/points-within-polygon": "^5.1.5",
"azure-maps-control": "^2.1.1",
"azure-maps-drawing-tools": "^1.0.0"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@types/lodash": "^4.14.136",
"@types/mocha": "^5.2.6",
"@types/puppeteer": "^1.20.4",
"@wikimedia/less-plugin-clean-css": "^1.5.2",
"fs-extra": "^7.0.1",
"less": "^3.12.2",
"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": "^5.0.2",
"tslint": "^5.15.0",
"typescript": "^3.8.3",
"yargs": "^13.3.2"
},
"files": [
"typings/**/*",
"dist/**/*",
"license.md"
],
"types": "typings/index.d.ts",
"main": "dist/azure-maps-selection-control.min.js"
}