forked from nodetiles/nodetiles-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.03 KB
/
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
47
48
49
50
{
"name": "nodetiles-core-cache",
"version": "0.0.3",
"description": "Joyful map rendering with Node.js, with disk caching.",
"contributors": [
{
"name": "Rob Bracket",
"email": "[email protected]"
},
{
"name": "Ben Sheldon",
"email": "[email protected]"
},
{
"name": "Alex Yule",
"email": "[email protected]"
},
{
"name": "Ryan Whitley",
"email": "[email protected]"
}
],
"license": "BSD",
"main": "./index",
"repository": {
"type": "git",
"url": "https://github.com/apollolm/nodetiles-core.git"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"dependencies": {
"async": "~0.2",
"lodash": "~1.2",
"canvas": "~1.0",
"proj4js":"~0.3.0",
"proj4js-defs":">=0.0.1",
"carto":"~0.9.3",
"shp":"https://github.com/yuletide/node-shp/tarball/master"
},
"devDependencies": {
"mocha": "~1.9",
"chai": "~1.5",
"sinon": "~1.6"
},
"scripts": {
"test": "mocha"
}
}