UNPKG

api-bdd-test

Version:

use the bdd(cucumber) to test the RESTfull API

105 lines (104 loc) 2.36 kB
{ "name": "api-bdd-test", "description": "use the bdd(cucumber) to test the RESTfull API", "version": "0.5.1", "author": { "name": "Riceball LEE", "email": "snowyu.lee@gmail.com", "url": "https://github.com/snowyu" }, "contributors": [ { "name": "Riceball LEE", "email": "snowyu.lee@gmail.com", "url": "https://github.com/snowyu" } ], "maintainers": [ { "name": "Riceball LEE", "email": "snowyu.lee@gmail.com" } ], "repository": { "type": "git", "url": "https://github.com/snowyu/api-bdd-test.js.git" }, "keywords": [ "api", "rest", "restful", "bdd", "test", "cucumber", "gherkin", "supertest", "request", "yadda" ], "license": "MIT", "bugs": { "url": "https://github.com/snowyu/api-bdd-test.js/issues" }, "homepage": "https://github.com/snowyu/api-bdd-test.js", "files": [ "README.md", "LICENSE-MIT", "*.js", "*.coffee", "test", "src", "bin", "lib" ], "main": "./index", "bin": {}, "scripts": { "pretest": "grunt build", "test": "mocha", "build": "grunt build", "test-cov": "mocha --reporter dot && istanbul report text-summary lcovonly" }, "dependencies": { "app-root-path": "^2.0.1", "bluebird": "^3.5.1", "coffeescript": "^1.12.4", "inherits-ex": "^1.2.0", "js-yaml": "^3.11.0", "load-config-file": "^0.3.6", "path.js": "^1.0.7", "require-all": "^2.2.0", "util-ex": "^0.3.15", "yadda": "^1.4.0" }, "peerDependencies": { "chai": "*", "chai-subset": "*", "loopback-supertest": ">=0.1.0", "supertest": ">=2.0.0" }, "devDependencies": { "body-parser": "^1.18.2", "chai": "^4.1.2", "chai-subset": "^1.6.0", "coffee-coverage": "^3.0.0", "express": "^4.16.2", "grunt": "~1.0.2", "grunt-contrib-clean": "~1.1.0", "grunt-contrib-coffee": "~1.0.0", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-watch": "~1.0.0", "grunt-mocha-test": "~0.13.3", "grunt-newer": "~1.3.0", "grunt-release": "~0.14.0", "istanbul": "^0.4.5", "loopback-supertest": "^0.1.12", "mocha": "~5.0.2", "mocha-sinon": "latest", "rimraf": "~2.6.2", "shasum": "~1.0.2", "sinon": "~4.4.2", "sinon-chai": "~3.0.0", "supertest": "^3.0.0" } }