af
Version:
a command line interface for interacting with AppFog API. This should eventually be able to replace the af gem.
28 lines • 698 B
JSON
{
"description": "a command line interface for interacting with AppFog API. This should eventually be able to replace the af gem.",
"license": "BSD",
"dependencies": {
"appfog-api": "0.x.x"
},
"author": "Chris Matheson",
"main": "index.js",
"bin": {
"af": "./cli.js"
},
"name": "af",
"scripts": {
"test": "node --debug node_modules/jasmine-node/bin/jasmine-node test/test.spec.js"
},
"keywords": [
"appfog",
"cli"
],
"version": "0.0.2",
"repository": "",
"config": {
"appfog": {
"token": "04085b084922166368726973406d61746865736f6e2e6974063a0645466c2b074ed48c5122195e2842a6c2fef38c93eeeeab40f157f1b25615a9",
"user": ""
}
}
}