forked from salsita/geo-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 916 Bytes
/
package.json
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
39
40
{
"name": "geo-tree",
"version": "0.1.4",
"description": "High performance library for map-related operations",
"export-symbol": "GeoTree",
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.9",
"gulp-jshint": "^1.8.5",
"gulp-istanbul": "^0.3.1",
"gulp-mocha": "^1.1.1",
"gulp-browserify": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"gulp-sym": "0.0.14"
},
"engines": {
"node": ">= 0.8.0"
},
"main": "src/geo-tree.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git@github.com:salsita/geo-tree.git"
},
"keywords": [
"javascript",
"geo tree",
"red-black tree",
"Z-order curve",
"node.js"
],
"author": "Roman Kaspar <roman@salsitasoft.com> (https://salsitasoft.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/salsita/geo-tree/issues"
}
}