forked from martinheidegger/mapslice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 894 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 894 Bytes
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
{
"name": "mapslice",
"version": "1.2.1",
"description": "Slices a given image into tiles to be used for a interactive map display. (including command-line tool)",
"main": "index.js",
"keywords": [
"slice",
"image",
"manipulation"
],
"scripts": {
"test": "lab"
},
"bin": {
"mapslice": "./bin/mapslice"
},
"author": "Martin Heidegger <mh@leichtgewicht.at>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:martinheidegger/mapslice.git"
},
"bugs": {
"url": "https://github.com/martinheidegger/mapslice/issues"
},
"homepage": "https://github.com/martinheidegger/mapslice",
"dependencies": {
"async": "^1.5.2",
"gm": "^1.21.1",
"joi": "^8.0.2",
"mkdirp": "^0.5.1",
"optimist": "~0.6.0",
"string": "^3.3.1"
},
"devDependencies": {
"code": "^1.5.0",
"lab": "^5.8.0"
}
}