{
	"name": "eco-counter-organisations",
	"description": "A list of Eco Counter organisation IDs.",
	"version": "0.25.0",
	"main": "index.js",
	"files": [
		"index.js",
		"data.json"
	],
	"keywords": [
		"bike",
		"bicycle",
		"counter"
	],
	"author": "Jannis R <mail@jannisr.de>",
	"homepage": "https://github.com/derhuerst/eco-counter-organisations",
	"repository": "derhuerst/eco-counter-organisations",
	"bugs": "https://github.com/derhuerst/eco-counter-organisations/issues",
	"license": "ISC",
	"engines": {
		"node": ">=6"
	},
	"devDependencies": {
		"eco-counter-client": "^0.1.0",
		"queue": "^6.0.0",
		"tap-min": "^1.2.1",
		"tape": "^5.0.0"
	},
	"scripts": {
		"build": "node build.js >data.json",
		"test": "node test.js | tap-min",
		"prepublishOnly": "npm run build && npm test"
	},
	"dependencies": {
		"semver": "^7.3.2"
	}
}
