Files: c59f9980d3ee97c36a54bb37fbbef1c96cdae6bd / package.json
504 bytesRaw
1 | { |
2 | "name": "geolocation-demo", |
3 | "description": "", |
4 | "version": "0.0.0", |
5 | "homepage": "https://github.com/dominictarr/geolocation-demo", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/geolocation-demo.git" |
9 | }, |
10 | "dependencies": { |
11 | "great-circle": "^0.2.8" |
12 | }, |
13 | "devDependencies": {}, |
14 | "scripts": { |
15 | "test": "set -e; for t in test/*.js; do node $t; done" |
16 | }, |
17 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (http://dominictarr.com)", |
18 | "license": "MIT" |
19 | } |
20 |
Built with git-ssb-web