You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
348 B
17 lines
348 B
{ |
|
"name": "tools", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "locmux.js", |
|
"scripts": { |
|
"start": "node locmux.js geojson" |
|
}, |
|
"author": "Diana Shkolnikov <dianashk@gmail.com>", |
|
"license": "MIT", |
|
"dependencies": { |
|
"async": "^1.4.2", |
|
"geojsonio-cli": "^0.1.2", |
|
"request": "^2.62.0", |
|
"text-hex": "0.0.0" |
|
} |
|
}
|
|
|