frisby
Version:
Frisby.js v2.0: REST API Endpoint Testing built on Jasmine
48 lines (47 loc) • 912 B
JSON
{
"name": "frisby",
"version": "2.0.10",
"description": "Frisby.js v2.0: REST API Endpoint Testing built on Jasmine",
"homepage": "http://frisbyjs.com",
"author": "Vance Lucas <vance@vancelucas.com>",
"license": {
"type": "BSD"
},
"repository": {
"type": "git",
"url": "http://github.com/vlucas/frisby"
},
"keywords": [
"testing",
"api",
"REST",
"jasmine",
"bdd",
"frisby"
],
"main": "./src/frisby",
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"test": "./node_modules/jest/bin/jest.js"
},
"dependencies": {
"form-data": "^2.2.0",
"joi": "^8.4.2",
"lodash": "^4.11.1",
"node-fetch": "^1.5.2"
},
"devDependencies": {
"jest": "^21.2.1",
"nock": "^7.7.2"
},
"jest": {
"testPathIgnorePatterns": [
"/__tests__/fixtures/",
"/node_modules/",
"/src/"
],
"verbose": false
}
}