-
Notifications
You must be signed in to change notification settings - Fork 169
/
package.json
41 lines (41 loc) · 946 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
{
"name": "jira",
"version": "0.9.2",
"description": "Wrapper for the JIRA API",
"author": "Steven Surowiec <steven.surowiec@gmail.com>",
"contributors": [
"Chris Moultrie <chris@moultrie.org>",
"Lucas Vogelsang <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"
}
}