UNPKG

671 BJSONView Raw
1{
2 "name": "jira-connector",
3 "version": "2.12.0",
4 "description": "Easy to use NodeJS wrapper for the Jira REST API.",
5 "keywords": [
6 "JIRA",
7 "REST",
8 "OAuth"
9 ],
10 "files": [
11 "api/",
12 "lib/",
13 "index.js",
14 "jsdoc.json"
15 ],
16 "main": "./index.js",
17 "scripts": {
18 "test": "echo \"Error: no test specified\" && exit 1"
19 },
20 "author": "Caleb Brinkman <floralvikings@gmail.com>",
21 "license": "MIT",
22 "dependencies": {
23 "mime-types": "^2.1.24",
24 "oauth": "^0.9.12",
25 "request": "^2.83.0"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git@github.com:floralvikings/jira-connector.git"
30 }
31}