UNPKG

tartare-chai

Version:

A set of Chai plugins to help writing acceptance tests

48 lines (47 loc) 1.11 kB
{ "name": "tartare-chai", "version": "0.6.0", "description": "A set of Chai plugins to help writing acceptance tests", "license": "Apache-2.0", "author": "Jose Antonio Rodríguez Fernández <joseantonio.rodriguezfernandez@telefonica.com>", "main": "./index", "scripts": { "lint": "eslint index.js lib", "prepublish": "npm run lint" }, "repository": { "type": "git", "url": "https://github.com/telefonicaid/tartare-chai.git" }, "bugs": "https://github.com/telefonicaid/tartare-chai/issues", "engines": { "node": ">=0.10", "npm": ">=1.4.0" }, "keywords": [ "testing", "QA", "acceptance", "chai", "assertions", "HTTP", "Unica" ], "dependencies": { "buffertools": "^2.1.4", "codependency": "^0.1.4", "is-my-json-valid": "^2.13.1", "lodash": "^4.14.0", "tartare-util": "^1.0.0" }, "lazyDependencies": { "libxmljs": "^0.18.0" }, "devDependencies": { "chai": "^3.5.0", "eslint": "^2.13.1", "eslint-config-google": "^0.6.0", "eslint-plugin-jsdoc": "^2.3.1", "libxmljs": "^0.18.0" } }