forked from LocalData/nodetiles-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 948 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
41
42
43
44
45
46
{
"name": "nodetiles-core",
"version": "0.1.6",
"description": "Joyful map rendering with Node.js.",
"contributors": [
{
"name": "Rob Bracket",
"email": "[email protected]"
},
{
"name": "Ben Sheldon",
"email": "[email protected]"
},
{
"name": "Alex Yule",
"email": "[email protected]"
}
],
"license": "BSD",
"main": "./index",
"repository": {
"type": "git",
"url": "https://github.com/nodetiles/nodetiles-core.git"
},
"engines": {
"node": ">=8.0"
},
"dependencies": {
"async": "~0.2",
"canvas": "2.11.2",
"carto": "1.2.0",
"lodash": "4.17",
"shp": "https://github.com/yuletide/node-shp.git",
"proj4js": "~0.3.0",
"proj4js-defs": ">=0.0.1"
},
"devDependencies": {
"chai": "~1.9.0",
"istanbul": "~0.4.5",
"mocha": "^10.2.0",
"sinon": "~1.8.0"
},
"scripts": {
"test": "mocha"
}
}