UNPKG

cspanvideos

Version:

A small api for gathering video information from CSPAN for a particular legislator.

30 lines (29 loc) 660 B
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Mocha Tests", "program": "${workspaceRoot}/node_modules/mocha/bin/_mocha", "args": [ "-u", "tdd", "--timeout", "999999", "--colors", "${workspaceRoot}/dist/test/*.js" ], "internalConsoleOptions": "openOnSessionStart" }, { "type": "node", "request": "launch", "name": "Launch Program", "program": "${workspaceRoot}/dist/src/index.js", "outFiles": [ "${workspaceRoot}/dist/**/*.js" ] } ] }