af
Version:
a command line interface for interacting with AppFog API. This should eventually be able to replace the af gem.
20 lines (19 loc) • 426 B
JSON
{
"name": "appfog-api",
"version": "0.0.2",
"description": "Provides functions that wraps the AppFog API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/chrismatheson/appfog-api.git",
"keywords": [
"appfog",
"api"
],
"author": "Chris Matheson",
"license": "BSD",
"dependencies": {
"request": "~2.21.0"
}
}