-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 830 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
{
"name": "geocodify",
"version": "0.5.1",
"description": "geocode spreadsheet files",
"main": "index.js",
"bin": {
"geocodify": "geocodify.js"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/tmcw/geocodify.git"
},
"keywords": [
"geocoding",
"geocode",
"mapbox",
"csv",
"geojson"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/tmcw/geocodify/issues"
},
"homepage": "https://github.com/tmcw/geocodify",
"dependencies": {
"binary-csv": "~0.1.7",
"csv-write-stream": "0.2.0",
"through2": "~0.4.1",
"concat-stream": "~1.4.4",
"xtend": "~2.2.0",
"JSONStream": "~0.8.0",
"subarg": "0.0.1"
},
"devDependencies": {
"tap": "~0.4.8"
}
}