{ | |
"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