apigeek-affirm
Version:
A BDD/Gherkin micro-framework for REST APIs
37 lines (36 loc) • 792 B
JSON
{
"name": "apigeek-affirm",
"version": "1.4.10",
"description": "A BDD/Gherkin micro-framework for REST APIs",
"main": "lib/index.js",
"scripts": {
"test": "cd test.self && affirm test"
},
"bugs": {
"url" : "https://github.com/apigeek/project/issues",
"email" : "lcurtis@apigee.com"
},
"repository" :
{ "type" : "git"
, "url" : "https://github.com/apigeek/affirm.git"
},
"author": "lcurtis@apigee.com",
"license": "Apache-2.0",
"dependencies": {
"JSONPath": "^0.11.2",
"chai": "^3.5.0",
"commander": "^2.9.0",
"csvtojson": "^0.5.14",
"lodash": "^4.13.0",
"mocha": "^2.4.5",
"request": "^2.72.0",
"xmldom": "^0.1.22",
"xpath": "0.0.23",
"yadda": "^0.17.9",
"yaml": "^0.3.0"
},
"bin": {
"affirm-sh": "bin/affirm.sh",
"affirm": "lib/cli.js"
}
}