shipit-secrets/package.json

23 lines
467 B
JSON
Raw Normal View History

2016-06-09 21:13:33 +00:00
{
"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"
}
}