๐Ÿ“ฆ johankasperi / argon-osm-occlusion

๐Ÿ“„ package.json ยท 38 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38{
  "name": "argon-osm-occlusion",
  "version": "0.0.6",
  "description": "Occlusion handling using OpenStreetMap building data in an Argon.js environment.",
  "main": "lib/argon-osm-occlusion.js",
  "scripts": {
    "build": "babel src --out-file lib/argon-osm-occlusion.js",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johankasperi/argon-osm-occlusion.git"
  },
  "keywords": [
    "Argon.js",
    "OSM",
    "Augmented",
    "Reality",
    "Javascript",
    "ES6"
  ],
  "author": "Johan Kasperi <johan@kasperi.se>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johankasperi/argon-osm-occlusion/issues"
  },
  "homepage": "https://github.com/johankasperi/argon-osm-occlusion#readme",
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-preset-es2015": "^6.16.0"
  },
  "dependencies": {
    "@argonjs/argon": "^1.0.0",
    "osmtogeojson": "^2.2.12",
    "three": "~0.76.1"
  }
}