-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "@azure-maps/animations",
"version": "0.0.3",
"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/Azure-Samples/azure-maps-animations/issues"
},
"homepage": "https://github.com/Azure-Samples/azure-maps-animations#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",
"flubber": "^0.4.2",
"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": "^5.5.4",
"yargs": "^13.3.2"
},
"files": [
"typings/**/*",
"dist/**/*",
"LICENSE.md"
],
"types": "typings/index.d.ts",
"main": "dist/azure-maps-animations.min.js"
}