forked from Phrogz/svg2geojson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "svg2geojson-antecursor",
"version": "0.7.9",
"description": "Converts an SVG file with added geo-referencing tags into one or more GeoJSON files.",
"main": "lib/svg2geojson.js",
"directories": {
"lib": "lib",
"test": "test"
},
"bin": {
"svg2geojson": "bin/svg2geojson"
},
"dependencies": {
"minimist": "^1.2.0",
"neatjson": "^0.8.3",
"svg-path-parser": "^1.0.1",
"svg-path-to-polygons": "^0.1.0",
"vmath": "^1.3.1",
"xml2js": "^0.4.17"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antecursor/svg2geojson.git"
},
"keywords": [
"svg",
"geojson"
],
"author": "Gavin Kistner",
"license": "MIT",
"bugs": {
"url": "https://github.com/antecursor/svg2geojson/issues"
},
"homepage": "https://github.com/antecursor/svg2geojson#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}