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.
19 lines
441 B
19 lines
441 B
{
|
|
"name": "petstore-api",
|
|
"version": "0.0.1",
|
|
"description": "A simple petstore with an API",
|
|
"main": "server.js",
|
|
"scripts": {},
|
|
"author": "Nicolas MASSE",
|
|
"repository": "https://github.com/nmasse-itix/petstore-api.git",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.17.2",
|
|
"cors": "^2.8.5",
|
|
"express": "latest",
|
|
"underscore": "^1.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"supertest": "^3.0.0"
|
|
}
|
|
}
|
|
|