UNPKG

api-bdd-test

Version:

use the bdd(cucumber) to test the RESTfull API

106 lines (105 loc) 2.39 kB
{ "name": "api-bdd-test", "description": "use the bdd(cucumber) to test the RESTfull API", "version": "0.4.7", "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.4.7", "coffee-script": "^1.12.2", "inherits-ex": "^1.1.6", "js-yaml": "^3.7.0", "load-config-file": "^0.3.3", "path.js": "^1.0.7", "require-all": "^2.1.0", "util-ex": "^0.3.15", "yadda": "^0.22.1" }, "peerDependencies": { "chai": "*", "chai-subset":"*", "loopback-supertest": ">=0.1.0", "supertest": ">=2.0.0" }, "devDependencies": { "body-parser": "^1.15.2", "chai": "^3.5.0", "chai-subset": "^1.5.0", "coffee-coverage": "^1.0.1", "coffee-script": "^1.12.0", "express": "^4.14.0", "grunt": "~1.0.1", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-coffee": "~1.0.0", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-watch": "~1.0.0", "grunt-mocha-test": "~0.12.7", "grunt-newer": "~1.2.0", "grunt-release": "~0.13.1", "istanbul": "^0.4.3", "loopback-supertest": "^0.1.12", "mocha": "~3.2.0", "mocha-sinon": "latest", "rimraf": "~2.5.2", "shasum": "1.0.0", "sinon": "~1.17.4", "sinon-chai": "~2.8.0", "supertest": "^3.0.0" } }