UNPKG

514 BJSONView Raw
1{
2 "name": "supertest",
3 "version": "0.7.0",
4 "description": "Super-agent driven library for testing HTTP servers",
5 "main": "index.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "dependencies": {
10 "superagent": "0.10.0",
11 "methods": "0.0.1"
12 },
13 "devDependencies": {
14 "mocha": "*",
15 "should": "*",
16 "express": "3.1.0"
17 },
18 "keywords": [
19 "superagent",
20 "request",
21 "tdd",
22 "bdd",
23 "http",
24 "test",
25 "testing"
26 ],
27 "author": "TJ Holowaychuk",
28 "license": "MIT"
29}