forked from vlucas/frisby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 835 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "frisby",
"version": "0.7.5",
"description": "Frisby.js: REST API Endpoint Testing built on Jasmine",
"homepage": "http://frisbyjs.com",
"author": "Vance Lucas <[email protected]>",
"license": {
"type": "BSD"
},
"contributors": [
"Eric Boehs <[email protected]>",
"Kevin Morey"
],
"repository": {
"type" : "git",
"url" : "http://github.com/vlucas/frisby"
},
"keywords": ["testing", "api", "REST", "jasmine", "bdd", "frisby"],
"dependencies": {
"request": "2.x.x",
"json-bignum": "0.0.x",
"jsonschema": "0.4.x",
"stack-trace": "0.0.x",
"mock-request": ">= 0.1.2",
"nock": "*",
"underscore": "1.2.x",
"qs": "0.4.x"
},
"main": "./lib/frisby",
"engines": {
"node": ">= 0.4.7"
},
"scripts": {
"test": "jasmine-node spec/"
}
}