UNPKG

swiss-party-colors

Version:

A list of Swiss party colors, names and abbreviations to use in data visualizations

44 lines (43 loc) 1.07 kB
{ "name": "swiss-party-colors", "version": "1.1.6", "description": "A list of Swiss party colors, names and abbreviations to use in data visualizations", "scripts": { "download": "NODE_ENV=production node ./downloadGsheets.js", "test": "jest", "test:watch": "jest --watch", "lint": "eslint index.js", "fix": "eslint --fix index.js", "start": "web-dev-server --node-resolve --open --watch --root-dir showcase/" }, "config": { "googleSheetFileId": "1PCD3se4Nc4ME-i391yPYyAlLdgtXoZJFoJy_6Mlf7BY" }, "repository": { "type": "git", "url": "https://github.com/srfdata/swiss-party-colors" }, "main": "./index.js", "keywords": [ "swiss", "switzerland", "politics", "parties", "party", "color", "colors" ], "author": "@benjazehr", "license": "MIT", "devDependencies": { "@web/dev-server": "^0.3.1", "eslint": "^6.3.0", "eslint-plugin-es5": "^1.4.1", "gsheets": "^2.0.0", "jest": "^24.9.0" }, "dependencies": { "axios": "^1.5.0", "dotenv": "^16.3.1" } }