UNPKG

981 BJSONView Raw
1{
2 "name": "bluecat",
3 "version": "1.1.7",
4 "author": "Chaoyi Chen <ccy.chenchaoyi@gmail.com>",
5 "description": "Library for building RESTful API HTTP requests, best for generic RESTful API Test Framework",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/chenchaoyi/bluecat"
9 },
10 "license": "MIT",
11 "bin": {
12 "bluecat": "./bin/bluecat.bin.js"
13 },
14 "engines": {
15 "node": ">=0.10.21"
16 },
17 "keywords": [
18 "testing",
19 "api",
20 "REST",
21 "bdd",
22 "bluecat"
23 ],
24 "dependencies": {
25 "columnify": "^1.5.4",
26 "fibers": "^4.0.1",
27 "hoek": "^2.16.3",
28 "inquirer": "^3.1.1",
29 "path": "^0.12.7",
30 "promise": "^7.1.1",
31 "request": "2.81.0",
32 "yargs": "^8.0.2"
33 },
34 "scripts": {
35 "test": "./node_modules/.bin/mocha test/"
36 },
37 "devDependencies": {
38 "chai": "^4.0.2",
39 "mocha": "^3.2.0",
40 "grunt-cli": "^1.2.0",
41 "grunt": "^1.0.1",
42 "grunt-contrib-jshint": "^2.1.0",
43 "grunt-jscs": "^3.0.1"
44 }
45}