blob: 5c96c2461f0b8a007b5a36a915dd5ef0fbff9a9f [file] [log] [blame]
{
"name": "knative-serving-helloworld-nodejs",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"express": "^4.16.4"
}
}