Newer
Older
hurl / package.json
{
  "name": "test-hurl",
  "version": "1.0.0",
  "description": "Tests automatiques des web services",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "webservices",
    "test"
  ],
  "author": "François Parmentier ",
  "license": "MIT",
  "dependencies": {
    "@orangeopensource/hurl": "^4.0.0",
    "rest-cli": "^1.8.13"
  }
}