-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 807 Bytes
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 807 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
38
39
40
41
42
43
{
"name": "testlinkapi",
"version": "0.0.1",
"description": "TestLink XML-RPC API implented in node js",
"dependencies": {
"JSONPath": "*",
"http": "*",
"simpleconvert-xml": "*",
"xmldom": "*",
"xpath": "*"
},
"keywords": [
"testlink",
"test",
"testlink-api"
],
"author": {
"name": "Leon"
},
"contributors": [
{
"name": "Leon",
"email": "lipusipupara@gmail.com"
}
],
"maintainers": [
{
"name": "Leon"
}
],
"licenses": [
{
"type": "Apache V2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"readmeFilename": "README.md",
"homepage": "",
"_id": "testlinkapi@0.0.1",
"_shasum": "e548cc7fa71cb03e56cf5d7c0189d404a0d957bd",
"_from": "testlinkapi@",
"_resolved": ""
}