forked from runa-labs/chef-leiningen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
29 lines (29 loc) · 963 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "leiningen",
"description": "Installs/Configures leiningen",
"long_description": "# DESCRIPTION:\n\nInstalls leiningen from the built image on github (http://github.com/technomancy/leiningen/raw/stable/bin/lein)\n\n# REQUIREMENTS:\n\nnone\n\n# ATTRIBUTES: \n\nnone\n\n# USAGE:\n\n```\n leiningen_project \"Deploy Something\" do\n action [:build]\n s3_wagon_private true\n s3_username aws['access_key']\n s3_passphrase aws['secret_key']\n uberjar_name jar_name\n source_dir source_dir\n deploy_user user\n end\n```\n",
"maintainer": "Runa Inc.",
"maintainer_email": "ops@runa.com",
"license": "Apache 2.0",
"platforms": {
},
"dependencies": {
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
},
"version": "0.3.2"
}