UNPKG

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