Browse Source

[init]

master
Muthu Kumar 6 years ago
commit
4ae523857c
  1. 1
      .gitignore
  2. 24
      package.json
  3. 1276
      shrinkwrap.yaml

1
.gitignore

@ -0,0 +1 @@
node_modules

24
package.json

@ -0,0 +1,24 @@
{
"name": "@klenty/gunner-strategy-endpoint",
"version": "0.0.5",
"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",
"dependencies": {
"@klenty/gunner": "link:/home/mkr/Code/klenty/gunner-ci/gunner",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"mongoose": "^5.2.6"
}
}

1276
shrinkwrap.yaml

File diff suppressed because it is too large
Loading…
Cancel
Save