-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 857 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
{
"name": "gtran-shapefile",
"version": "1.1.6",
"description": "convert geojson to shapefile and backwards",
"main": "src/script.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haoliangyu/gtran-shapefile.git"
},
"keywords": [
"geojson",
"shapefile"
],
"author": "Haoliang Yu <haholiang.yu@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haoliangyu/gtran-shapefile/issues"
},
"homepage": "https://github.com/haoliangyu/gtran-shapefile#readme",
"dependencies": {
"shapefile": "^0.6.6",
"@mapbox/shp-write": "^0.4.3"
},
"devDependencies": {
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"log4js": "^6.9.1",
"mocha": "^10.2.0",
"promise": "^8.3.0"
}
}