mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"name": "examplenodeapp",
|
|
"description": "Example Express Node.js app.",
|
|
"author": "Jeff Geerling <geerlingguy@mac.com>",
|
|
"dependencies": {
|
|
"express": "4.x"
|
|
},
|
|
"engine": "node >= 0.10.6"
|
|
}
|