Sample Gunner Strategy implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

33 lines
787 B

{
"name": "@klenty/gunner-strategy-endpoint",
"version": "0.1.1",
"description": "Endpoint testing strategy for gunner",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"endpoint",
"testing",
"tdd",
"gunner",
"klenty"
],
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/klenty/gunner-strategy-endpoint.git"
},
"bugs": {
"url": "https://github.com/klenty/gunner-strategy-endpoint/issues"
},
"homepage": "https://github.com/klenty/gunner-strategy-endpoint#readme",
"dependencies": {
"@klenty/gunner": "^0.6.7",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"mongoose": "^5.2.6",
"shotgun-query": "^0.1.0"
}
}