{ "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" } }