mirror of
https://github.com/geohacker/bmtc.git
synced 2025-12-08 18:23:31 +00:00
17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"name": "scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "bearing.js",
|
|
"dependencies": {
|
|
"turf": "^2.0.2",
|
|
"underscore": "^1.8.3"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Sajjad Anwar",
|
|
"license": "ISC"
|
|
}
|