craydent-deploy
Version:
craydent deploy helper
32 lines (31 loc) • 699 B
JSON
{
"name": "craydent-deploy",
"version": "1.2.0",
"description": "craydent deploy helper",
"main": "deploy_server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "git push public;"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:craydent/deploy.git"
},
"bin": {
"cdeploy": "./bin/cdeploy"
},
"dependencies": {
"craydent" : "^0.7.0",
"mongojs": "^2.3.0",
"nodemailer": "^2.5.0",
"nodemailer-ses-transport": "^1.5.0",
"socket.io": "^1.4.8"
},
"keywords": [
"craydent",
"deploy"
],
"cproxy":{"$ref":"/config/proxy_routes.json"},
"author": "Clark Inada",
"license": "MIT"
}