Files
osgrid-server/package.json
T
2020-12-07 10:16:30 +00:00

17 lines
335 B
JSON

{
"name": "osgrid-server",
"version": "1.0.0",
"description": "OSGB to lat,lng conversion",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"esm": "^3.2.25",
"express": "^4.17.1",
"geodesy": "^2.2.1"
}
}