1 | {
|
2 | "name": "beau",
|
3 | "version": "0.4.0",
|
4 | "description": "A tool for testing JSON APIs",
|
5 | "main": "beau.js",
|
6 | "author": "Sergio Diaz <seich@martianwabbit.com>",
|
7 | "license": "MIT",
|
8 | "scripts": {
|
9 | "test": "jest",
|
10 | "watch": "jest --watch"
|
11 | },
|
12 | "dependencies": {
|
13 | "cli-color": "^1.1.0",
|
14 | "clui": "^0.3.1",
|
15 | "commander": "^2.9.0",
|
16 | "js-yaml": "^3.7.0",
|
17 | "jsome": "^2.3.26",
|
18 | "request": "^2.83.0",
|
19 | "request-promise-native": "^1.0.5",
|
20 | "requireg": "^0.1.6"
|
21 | },
|
22 | "repository": "git@github.com:Seich/Beau.git",
|
23 | "devDependencies": {
|
24 | "jest": "^17.0.3"
|
25 | },
|
26 | "jest": {
|
27 | "testEnvironment": "node",
|
28 | "notify": true
|
29 | },
|
30 | "bin": {
|
31 | "beau": "./bin/beau"
|
32 | }
|
33 | }
|