forked from ChaitanyaQA/testlink-api-client
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 851 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
{
"name": "testlink-connect",
"version": "0.5.5",
"description": "Connect to Testlink APIs through NodeJS",
"dependencies": {
"JSONPath": "*",
"simpleconvert-xml": "*",
"xmldom": "*",
"xpath": "*"
},
"devDependencies":{
"should": "*"
},
"keywords": [
"testlink","test","testlink-api","testlink-connect"
],
"author": "Jason Mavandi",
"contributors": [
{
"name": "Jason Mavandi",
"email": "[email protected]"
}
],
"maintainers": [
{
"name": "Jason Mavandi"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mvndaai/testlink-connect"
},
"bugs": {
"url": "https://github.com/mvndaai/testlink-connect/issues"
},
"licenses": [
{
"type": "Apache V2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
}