shipit-secrets/package.json
2016-06-09 16:13:33 -05:00

23 lines
467 B
JSON

{
"name": "shipit-secrets",
"version": "0.0.1",
"description": "A simple way to include secrets ala Capistrano",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"shipit",
"secrets",
"deploy",
"link"
],
"author": "Kegan Myers <kegan@keganmyers.com>",
"license": "ISC",
"dependencies": {
"chalk": "^1.1.3",
"lodash": "^4.13.1",
"shipit-utils": "^1.3.1"
}
}