flatbush/package.json
Vladimir Agafonkin be97c2e993 1.1.1
2018-02-28 17:49:48 +02:00

38 lines
786 B
JSON

{
"name": "flatbush",
"version": "1.1.1",
"description": "Fast static spatial index for rectangles",
"main": "index.js",
"scripts": {
"pretest": "eslint *.js",
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mourner/flatbush.git"
},
"eslintConfig": {
"extends": "mourner"
},
"keywords": [
"geometry",
"spatial",
"tree",
"index",
"rectangle",
"search"
],
"author": "Vladimir Agafonkin",
"license": "ISC",
"bugs": {
"url": "https://github.com/mourner/flatbush/issues"
},
"homepage": "https://github.com/mourner/flatbush#readme",
"devDependencies": {
"eslint": "^4.18.1",
"eslint-config-mourner": "^2.0.3",
"rbush": "^2.0.2",
"tape": "^4.9.0"
}
}