Files
dokku/tests/apps/checks-root/package.json
2016-01-07 18:00:12 -08:00

14 lines
186 B
JSON

{
"name": "node-example",
"version": "0.0.1",
"dependencies": {
"express": "4.x"
},
"engines": {
"node": "4.2.x"
},
"scripts": {
"start": "node index.js"
}
}