servant-cli
Version:
Command line tool for building Commands with Servant (http://www.getservant.com)
19 lines • 534 B
JSON
{
"name": "your-servant-extension",
"version": "0.0.1",
"description": "An Extension written for Servant: The Artificially Intelligent Assistant",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/servant-app/servant-cli"
},
"author": "you",
"license": "ISC",
"bugs": {
"url": "https://github.com/servant-app/servant-cli/issues"
},
"homepage": "https://www.getservant.com",
"dependencies": {
"servant-sdk-node": "~2.0.0"
}
}