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.
18 lines
348 B
18 lines
348 B
9 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|