UNPKG

build-jira

Version:

Integrate JIRA APIs with your node application easily

38 lines (37 loc) 902 B
{ "name": "build-jira", "version": "1.0.8", "description": "Integrate JIRA APIs with your node application easily", "main": "index.js", "scripts": { "test": "mocha --exit --recursive --timeout 25000 --reporter spec", "cover": "./node_modules/istanbul/lib/cli.js cover -- _mocha --exit --recursive --timeout 25000 --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/Chetan07j/build-jira.git" }, "keywords": [ "jira", "node" ], "author": "chetan0779@outlook.com", "license": "MIT", "bugs": { "url": "https://github.com/Chetan07j/build-jira/issues" }, "homepage": "https://github.com/Chetan07j/build-jira#readme", "dependencies": { "request": "^2.85.0" }, "devDependencies": { "chai": "^4.1.2", "istanbul": "^0.4.5", "mocha": "^5.0.5" }, "standard": { "env": [ "mocha" ] } }