A simple API Mockup tool
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.
 

16 lines
358 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"
}
}