swiss-cities
Version:
Provides a list of swiss cities based on data from bfs.admin.ch
29 lines (28 loc) • 697 B
JSON
{
"name": "swiss-cities",
"version": "1.2.0",
"description": "Provides a list of swiss cities based on data from bfs.admin.ch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/samzurcher/swiss-cities.git"
},
"keywords": [
"Swiss",
"Cities"
],
"author": "Sam Zurcher <sam.zurcher@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/samzurcher/swiss-cities/issues"
},
"homepage": "https://github.com/samzurcher/swiss-cities",
"dependencies": {
"fast-csv": "^2.0.0",
"lodash": "^4.13.1",
"random-js": "^1.0.8"
}
}