h2non/apitance

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "apitance",
  "version": "0.1.0",
  "description": "Acceptance testing HTTP toolkit built-on-top of Cucumber",
  "preferGlobal": true,
  "repository": "h2non/apitance",
  "author": "Tomas Aparicio",
  "license": "MIT",
  "directories": {
    "lib": "./src"
  },
  "bin": {
    "apitance": "./bin/apitance"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "api",
    "acceptance",
    "http",
    "rest",
    "restful",
    "cucumber",
    "gherking",
    "http-api",
    "raml",
    "blueprint",
    "bdd",
    "jsonschema"
  ],
  "dependencies": {
    "chai": "^2.0.0",
    "chai-http": "^1.0.0",
    "cucumber": "~0.5.2",
    "fw": "^0.1.0",
    "gavel": "^0.5.0",
    "lodash": "^3.10.0",
    "node-dir": "^0.1.9",
    "request": "^2.61.0",
    "toml": "^2.2.2",
    "tv4": "^1.1.5"
  },
  "devDependencies": {
    "concat-files": "^0.1.0",
    "mocha": "^2.0.1",
    "mocha-traceur": "^2.0.0",
    "nar": "^0.3.18",
    "nock": "^0.57.0",
    "semver": "^4.2.0",
    "stubby": "^0.2.10",
    "traceur": "*"
  }
}