Files: 461be9d29ffa9ae1336651570c5ac4d45c8baa3a / package.json
692 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 | "appcache": "echo \"CACHE MANIFEST\n/index.html\n#$(date)\" > manifest.appcache", |
17 | "build": "browserify index.js | indexhtmlify --style style.css > index.html; npm run appcache" |
18 | }, |
19 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (http://dominictarr.com)", |
20 | "license": "MIT" |
21 | } |
22 | |
23 |
Built with git-ssb-web