UNPKG

505 BJSONView Raw
1{
2 "name": "haversine",
3 "version": "1.1.0",
4 "description": "A simple haversine module",
5 "main": "haversine.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "mocha test/test.js --ui tdd"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/niix/haversine"
15 },
16 "keywords": [
17 "haversine",
18 "distance",
19 "coordinates",
20 "geolocation"
21 ],
22 "author": "Nick Justice (niix)",
23 "license": "MIT",
24 "devDependencies": {
25 "mocha": "*"
26 }
27}