{ "name": "geolocation-demo", "description": "", "version": "0.0.0", "homepage": "https://github.com/dominictarr/geolocation-demo", "repository": { "type": "git", "url": "git://github.com/dominictarr/geolocation-demo.git" }, "dependencies": { "great-circle": "^0.2.8" }, "devDependencies": {}, "scripts": { "test": "set -e; for t in test/*.js; do node $t; done", "appcache": "echo \"CACHE MANIFEST\n/index.html\n#$(date)\" > manifest.appcache", "build": "browserify index.js | indexhtmlify --style style.css > index.html; npm run appcache" }, "author": "'Dominic Tarr' (http://dominictarr.com)", "license": "MIT" }