gaia-agent
Version:
Gaia agent service
30 lines (29 loc) • 645 B
JSON
{
"name": "gaia-agent",
"version": "0.0.2",
"description": "Gaia agent service",
"main": "index.js",
"bin": {
"gaia-agent": "./bin/gaia-agent.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raylin/gaia-agent.git"
},
"keywords": [
"Gaia",
"agent"
],
"author": "Ray Lin <lieeray4136@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/raylin/gaia-agent/issues"
},
"homepage": "https://github.com/raylin/gaia-agent#readme",
"dependencies": {
"gaia-rabbitmq": "0.0.5"
}
}