UNPKG

api-easy

Version:

Fluent (i.e. chainable) syntax for generating vows tests against RESTful APIs.

35 lines (33 loc) 698 B
{ "name": "api-easy", "description": "Fluent (i.e. chainable) syntax for generating vows tests against RESTful APIs.", "version": "0.4.0", "author": "Charlie Robbins <charlie.robbins@gmail.com>", "repository": { "type": "git", "url": "http://github.com/flatiron/api-easy.git" }, "keywords": [ "testing", "api", "REST", "vows" ], "dependencies": { "request": "2.x.x", "vows": "0.8.x", "qs": "~2.3.3" }, "devDependencies": { "director": "~1.2.3", "formidable": "~1.0.15", "mkdirp": "~0.5.0" }, "main": "./lib/api-easy", "scripts": { "test": "vows test/*-test.js --spec" }, "engines": { "node": ">= 0.8.0" } }