UNPKG
jira-js-common
Version:
latest (1.0.0)
1.0.0
Common helper for writing report to ATM
jira-js-common
/
package.json
17 lines
(16 loc)
•
295 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"jira-js-common"
,
"version"
:
"1.0.0"
,
"description"
:
"Common helper for writing report to ATM"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"./test/index.spec.js"
}
,
"keywords"
:
[
"ATM"
,
"JIRA"
,
"Kanoah"
]
,
"author"
:
"Rajesh Kumar"
,
"license"
:
"ISC"
}