forked from vlucas/frisby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 930 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
37
38
39
40
41
42
43
44
45
46
{
"name": "frisby",
"version": "0.8.4",
"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.51",
"jsonschema": "1.0.0",
"stack-trace": "0.0.x",
"mock-request": ">= 0.1.2",
"nock": "*",
"underscore": "1.6.x",
"qs": "1.2.x"
},
"devDependencies": {
"form-data": "~0.1.4",
"minijasminenode2": "^1.0.0"
},
"main": "./lib/frisby",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "minijasminenode2 spec/*.js"
}
}