package.json
1.8 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "jira",
"version": "0.9.2",
"description": "Wrapper for the JIRA API",
"author": {
"name": "Steven Surowiec",
"email": "steven.surowiec@gmail.com"
},
"contributors": [
{
"name": "Chris Moultrie",
"email": "chris@moultrie.org"
},
{
"name": "Lucas Vogelsang",
"email": "l@lucasvo.com"
}
],
"homepage": "http://github.com/steves/node-jira",
"repository": {
"type": "git",
"url": "http://github.com/steves/node-jira.git"
},
"engine": {
"node": ">=0.4.0"
},
"main": "./lib/jira.js",
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"request": "<2.16.0",
"oauth": "^0.9.11"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-bump": "0.0.13",
"grunt-docco": "^0.3.3",
"grunt-jasmine-node": "^0.2.1",
"coffee-script": "^1.7.1",
"grunt-jslint": "^1.1.8",
"rewire": "^2.0.0"
},
"bugs": {
"url": "https://github.com/steves/node-jira/issues"
},
"_id": "jira@0.9.2",
"dist": {
"shasum": "2b478c79564d3d8d210f9a6e3406c09a0b76caa0",
"tarball": "https://registry.npmjs.org/jira/-/jira-0.9.2.tgz"
},
"_from": "jira@*",
"_npmVersion": "1.3.24",
"_npmUser": {
"name": "lucasvo",
"email": "l@lucasvo.com"
},
"maintainers": [
{
"name": "steves",
"email": "steven.surowiec@gmail.com"
},
{
"name": "tebriel",
"email": "tebriel@gmail.com"
},
{
"name": "lucasvo",
"email": "l@lucasvo.com"
}
],
"directories": {},
"_shasum": "2b478c79564d3d8d210f9a6e3406c09a0b76caa0",
"_resolved": "https://registry.npmjs.org/jira/-/jira-0.9.2.tgz",
"readme": "ERROR: No README data found!"
}