-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 871 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 871 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
{
"name": "allrounder",
"version": "0.8.6",
"description": "All in one validator for testing, under one roof. From rest call to dbvalidation to system commands to unit tests. Just almost everything",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "bin/allrounder",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/codeofnode/allrounder.git"
},
"bugs": {
"url": "https://github.com/codeofnode/allrounder/issues",
"email": "codeofnode@gmail.com"
},
"keywords": [
"rest",
"unit",
"test",
"json",
"db",
"system",
"upload"
],
"author": "Ramesh Kumar <codeofnode@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/codeofnode/allrounder",
"dependencies": {
"json2server": "^0.1.31",
"jsonpath": "^1.0.2",
"mocha": "^7.1.0"
}
}