package.json
{
"name": "jiraprinter",
"version": "2.4.0",
"description": "Print out Story cards from JIRA",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "make test-ci"
},
"bin": {
"jiraprinter": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.org/hairyhenderson/jiraprinter"
},
"keywords": [
"jira",
"print"
],
"author": "Dave Henderson",
"license": "MIT",
"dependencies": {
"async": "^2.0.0",
"commander": "^2.9.0",
"express": "^4.13.3",
"lodash": "^4.0.0",
"request": "^2.67.0"
},
"devDependencies": {
"codeclimate-test-reporter": "^0.5.0",
"dot-only-hunter": "^1.0.2",
"istanbul": "^0.4.0",
"mocha": "^5.0.1",
"nsp": "^3.0.0",
"should": "^13.0.1",
"sinon": "^6.3.3",
"standard": "^11.0.0",
"xunit-file": "^1.0.0"
},
"standard": {
"globals": [
"describe",
"it",
"before",
"after",
"beforeEach",
"afterEach",
"angular"
]
},
"engines": {
"node": ">=6"
}
}