My demo for the summit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

15 lines
331 B

{
"name": "summit-api",
"version": "0.0.1",
"description": "A demo showing CI/CD with 3scale AMP",
"main": "server.js",
"scripts": {
"test": "true"
},
"author": "Nicolas MASSE",
"repository": "https://github.com/nmasse-itix/summit-api.git",
"license": "MIT",
"dependencies": {
"express": "latest"
}
}