Beau/package.json

32 lines
631 B
JSON

{
"name": "beau",
"version": "0.2.0",
"description": "A tool for testing JSON APIs",
"main": "beau.js",
"author": "Sergio Diaz <seich@martianwabbit.com>",
"license": "MIT",
"scripts": {
"test": "jest"
},
"dependencies": {
"cli-color": "^1.1.0",
"clui": "^0.3.1",
"commander": "^2.9.0",
"eyes": "^0.1.8",
"js-yaml": "^3.7.0",
"requireg": "^0.1.6",
"unirest": "^0.5.1"
},
"repository": "git@github.com:Seich/Beau.git",
"devDependencies": {
"jest": "^17.0.3"
},
"jest": {
"testEnvironment": "node",
"notify": false
},
"bin": {
"beau": "./bin/beau"
}
}