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.
13 lines
309 B
13 lines
309 B
{
|
|
"name": "summit-api",
|
|
"version": "0.0.1",
|
|
"description": "A demo showing CI/CD with 3scale AMP",
|
|
"main": "server.js",
|
|
"scripts": {},
|
|
"author": "Nicolas MASSE",
|
|
"repository": "https://github.com/nmasse-itix/summit-api.git",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "latest"
|
|
}
|
|
}
|
|
|