mirror of https://github.com/Seich/Beau.git
34 lines
700 B
JSON
34 lines
700 B
JSON
{
|
|
"name": "beau",
|
|
"version": "0.3.1",
|
|
"description": "A tool for testing JSON APIs",
|
|
"main": "beau.js",
|
|
"author": "Sergio Diaz <seich@martianwabbit.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"watch": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"cli-color": "^1.1.0",
|
|
"clui": "^0.3.1",
|
|
"commander": "^2.9.0",
|
|
"eyes": "^0.1.8",
|
|
"js-yaml": "^3.7.0",
|
|
"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"
|
|
}
|
|
}
|