UNPKG

yang-policies

Version:

A consumable JSON list of Andrew Yang's 2020 policies found on yang2020.com

51 lines (50 loc) 911 B
{ "name": "yang-policies", "version": "0.1.1", "description": "A consumable JSON list of Andrew Yang's 2020 policies found on yang2020.com", "license": "MIT", "repository": "brh55/yang-policies", "author": { "name": "brh55", "email": "brandonhim@live.com", "url": "brandonhim.com" }, "engines": { "node": ">=8" }, "scripts": { "test": "xo && nyc ava", "build-json": "node build-json.js" }, "files": [ "policies.json", "index.js" ], "keywords": [ "andrew yang 2020", "MATH", "yang 2020 policies", "andrew yang policies", "UBI" ], "dependencies": { "request-promise-native": "^1.0.7" }, "devDependencies": { "ava": "^2.1.0", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.3", "codecov": "^3.5.0", "lodash.uniq": "^4.5.0", "nyc": "^14.1.1", "ora": "^3.4.0", "request": "^2.88.0", "xo": "^0.24.0" }, "nyc": { "reporter": [ "lcov", "text" ] } }