-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 795 Bytes
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
{
"name": "frisby-plus",
"version": "0.0.5",
"description": "REST API Testing framework build on Frisby.js and Jasmine",
"keywords": [
"API",
"test",
"frisby"
],
"author": "TianfangNiu<niutianfang@gmail.com>",
"license": {
"type": "BSD"
},
"repository": {
"type": "git",
"url": "https://github.com/niutianfang/frisby-plus"
},
"dependencies": {
"colors": "^1.1.2",
"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",
"jasmine-spec-reporter": "^2.7.0",
"minijasminenode2": "^1.0.0"
},
"main": "./lib/frisbyPlus",
"engines": {
"node": ">= 0.10.0"
}
}