https://github.com/ubilabs/kd-tree-javascript
Raw File
Tip revision: dd08876a57456a4bf8ee374e1c038b3d222c9047 authored by Martin Kleppe on 20 May 2019, 07:48:53 UTC
Add licence to package.json
Tip revision: dd08876
package.json
{
  "name": "kd-tree-javascript",
  "version": "1.0.3",
  "description": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/ubilabs/kd-tree-javascript.git"
  },
  "dependencies": {
  },
  "devDependencies": {
  },
  "main": "./kdTree-min.js",
  "scripts": {
  },
  "author": "",
  "license": "MIT"
}
back to top