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.
18 lines
409 B
18 lines
409 B
{
|
|
"name": "api-mockup",
|
|
"version": "0.0.1",
|
|
"description": "A simple API Mockup tool",
|
|
"main": "server.js",
|
|
"scripts": {},
|
|
"author": "Nicolas MASSE",
|
|
"repository": "https://github.com/nmasse-itix/API-Mockup.git",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.17.2",
|
|
"express": "latest",
|
|
"underscore": "^1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"supertest": "^3.0.0"
|
|
}
|
|
}
|
|
|