Skip to content

Instantly share code, notes, and snippets.

@JeremyLikness
Created February 4, 2017 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeremyLikness/4167d97dda7bceb20c7cb017027075f3 to your computer and use it in GitHub Desktop.
Save JeremyLikness/4167d97dda7bceb20c7cb017027075f3 to your computer and use it in GitHub Desktop.
{
"name": "flowroute-cli",
"version": "0.0.1",
"description": "Simple command line interface for the Flowroute numbers API",
"main": "fr.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"flowroute"
],
"author": "Jeremy Likness",
"license": "MIT",
"dependencies": {
"commander": "^2.9.0",
"request": "^2.79.0",
"utf8": "^2.1.2"
},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment