{ "name": "beau", "version": "0.4.0", "description": "A tool for testing JSON APIs", "main": "beau.js", "author": "Sergio Diaz ", "license": "MIT", "scripts": { "test": "jest", "watch": "jest --watch" }, "dependencies": { "cli-color": "^1.1.0", "clui": "^0.3.1", "commander": "^2.9.0", "js-yaml": "^3.7.0", "jsome": "^2.3.26", "request": "^2.83.0", "request-promise-native": "^1.0.5", "requireg": "^0.1.6" }, "repository": "git@github.com:Seich/Beau.git", "devDependencies": { "jest": "^17.0.3" }, "jest": { "testEnvironment": "node", "notify": true }, "bin": { "beau": "./bin/beau" } }