UNPKG

798 BJSONView Raw
1{
2 "name": "@turf/bearing",
3 "version": "4.2.0",
4 "description": "turf bearing module",
5 "main": "index.js",
6 "types": "index.d.ts",
7 "files": [
8 "index.js",
9 "index.d.ts"
10 ],
11 "scripts": {
12 "test": "node test.js",
13 "bench": "node bench.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/Turfjs/turf.git"
18 },
19 "keywords": [
20 "turf",
21 "bearing"
22 ],
23 "author": "Turf Authors",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/Turfjs/turf/issues"
27 },
28 "homepage": "https://github.com/Turfjs/turf",
29 "devDependencies": {
30 "@turf/destination": "^4.2.0",
31 "@turf/helpers": "^4.2.0",
32 "benchmark": "^1.0.0",
33 "tape": "^3.5.0",
34 "write-json-file": "^2.0.0"
35 },
36 "dependencies": {
37 "@turf/invariant": "^4.2.0"
38 }
39}